Fixed MSVC compilation.
This commit is contained in:
parent
ae5d311609
commit
a47d9e5334
@ -51,6 +51,9 @@
|
||||
|
||||
#define NORETURN __declspec(noreturn)
|
||||
|
||||
// Use non-standard defines in <cmath>
|
||||
#define _USE_MATH_DEFINES
|
||||
|
||||
#elif defined(__GNUC__)
|
||||
|
||||
// TODO: Can GCC explicitly mark classes as abstract (no instances can be created)?
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
|
||||
|
||||
#define _USE_MATH_DEFINES // Enable non-standard math defines (MSVC)
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user