Use defined directive to silence pre-proc warnings.

This commit is contained in:
Dion Ahmetaj 2017-02-05 09:10:03 -05:00
parent d2c7d0f6b0
commit 23c73269ca

View file

@ -37,7 +37,7 @@
#include "math_helper.h"
#ifdef _WIN32
#include <windows.h>
#elif __linux__
#elif defined(__linux__)
#include <unistd.h>
#include <sys/resource.h>
#include <sys/times.h>