mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-07 03:21:34 +02:00
Enabling MSVC build (2)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user