aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Timer.h
diff options
context:
space:
mode:
authorNeo2003 <none@none>2008-10-04 06:17:19 -0500
committerNeo2003 <none@none>2008-10-04 06:17:19 -0500
commit5651828bf74edb760d67700942fc65d51c816e0a (patch)
tree1631f319bbc293794109f990beaccfd5b6cee8fe /src/shared/Timer.h
parentca7a4bf1a78a1ddc6eb21238cc2a1633194a11cc (diff)
[svn] * Added ACE for Linux and Windows (Thanks Derex for Linux part and partial Windows part)
* Updated to 6721 and 676 * Fixed TrinityScript logo * Version updated to 0.2.6721.676 --HG-- branch : trunk rename : 6700-670 => 6721-676
Diffstat (limited to 'src/shared/Timer.h')
-rw-r--r--src/shared/Timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Timer.h b/src/shared/Timer.h
index f24d6f02ce0..61a42ecfc0e 100644
--- a/src/shared/Timer.h
+++ b/src/shared/Timer.h
@@ -22,7 +22,7 @@
#include "Platform/CompilerDefs.h"
#if PLATFORM == PLATFORM_WINDOWS
-# include <windows.h>
+# include <ace/config-all.h>
# include <mmsystem.h>
# include <time.h>
#else