[Common] Have required sys/time.h POSIX inc for new time code.

This commit is contained in:
no 2016-01-12 20:05:57 -05:00
parent 1b2ca46906
commit 06734af2ec
1 changed files with 2 additions and 0 deletions

View File

@ -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;