Merge pull request #872 from cxd4/need-time_h
[Common] Have required sys/time.h POSIX inc for new time code.
This commit is contained in:
commit
cb2662afee
|
@ -1,6 +1,8 @@
|
|||
#include "stdafx.h"
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
typedef std::map<uint32_t, stdstr> ModuleNameMap;
|
||||
|
|
Loading…
Reference in New Issue