Merge pull request #2736 from nado/clanglto

Fix clang compilation
This commit is contained in:
Deve 2017-01-14 15:50:37 +01:00 committed by GitHub
commit 7890c1669b

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>