Skip to content

Commit

Permalink
Enabling MSVC build (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Jul 21, 2024
1 parent 15eebb0 commit 3bd02c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/tl/unit_tests/tlVariantTests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3bd02c0

Please sign in to comment.