Core/Utilities: Fix ACE gettimeofday(); issue whe compiling without PCH on Windows platforms (thanks to leak)

--HG--
branch : trunk
This commit is contained in:
click
2010-11-18 23:37:49 +01:00
parent 418cf49a72
commit 67cd8d18e1

View File

@@ -19,6 +19,7 @@
#ifndef TRINITY_TIMER_H
#define TRINITY_TIMER_H
#include "ace/OS_NS_sys_time.h"
#include "Common.h"
inline uint32 getMSTime()