Enabling MSVC build (2)

This commit is contained in:
Matthias Koefferlein 2024-07-21 10:47:09 +02:00
parent 15eebb032f
commit 3bd02c023f
1 changed files with 3 additions and 2 deletions

View File

@ -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;