Use defined directive to silence pre-proc warnings.
This commit is contained in:
parent
d2c7d0f6b0
commit
23c73269ca
|
@ -37,7 +37,7 @@
|
||||||
#include "math_helper.h"
|
#include "math_helper.h"
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#elif __linux__
|
#elif defined(__linux__)
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#include <sys/times.h>
|
#include <sys/times.h>
|
||||||
|
|
Loading…
Reference in New Issue