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