needed for compilation on windows. not really used because of platform::walltime()
This commit is contained in:
@ -21,7 +21,13 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
/* data structure for double/int */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user