Fix clang compilation

This commit is contained in:
Nado 2017-01-14 14:36:52 +01:00
parent 5931ba288a
commit e866d88118

View File

@ -26,13 +26,13 @@
#ifdef WIN32
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
# include <time.h>
#else
# include <stdint.h>
# include <sys/time.h>
# include <unistd.h>
#endif
#include <time.h>
#include <string>
#include <stdio.h>