aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Utilities/Timer.h
diff options
context:
space:
mode:
authorclick <none@none>2010-11-18 23:37:49 +0100
committerclick <none@none>2010-11-18 23:37:49 +0100
commit67cd8d18e1bb5e1c41670270def44c8b10f91945 (patch)
tree0aa447ab9708e16b0ad5b0022acbfb54724cf0b7 /src/server/shared/Utilities/Timer.h
parent418cf49a728f96574e924abe0672df0f4261b650 (diff)
Core/Utilities: Fix ACE gettimeofday(); issue whe compiling without PCH on Windows platforms (thanks to leak)
--HG-- branch : trunk
Diffstat (limited to 'src/server/shared/Utilities/Timer.h')
-rwxr-xr-xsrc/server/shared/Utilities/Timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/shared/Utilities/Timer.h b/src/server/shared/Utilities/Timer.h
index ee27892ad34..28c7fcd999b 100755
--- a/src/server/shared/Utilities/Timer.h
+++ b/src/server/shared/Utilities/Timer.h
@@ -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()