mirror of https://github.com/KLayout/klayout.git
Enabling MSVC build (2)
This commit is contained in:
parent
15eebb032f
commit
3bd02c023f
|
|
@ -28,11 +28,12 @@
|
|||
#include "tlTypeTraits.h"
|
||||
#include "tlUnitTest.h"
|
||||
|
||||
#define _USE_MATH_DEFINES // for MSVC
|
||||
#include <cmath>
|
||||
#include <cstdio>
|
||||
#include <memory>
|
||||
|
||||
#define _USE_MATH_DEFINES // for MSVC
|
||||
#include <math.h>
|
||||
|
||||
struct A
|
||||
{
|
||||
std::string a;
|
||||
|
|
|
|||
Loading…
Reference in New Issue