diff options
author | Brian <runningnak3d@gmail.com> | 2010-06-07 07:13:35 -0600 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-06-07 07:13:35 -0600 |
commit | cbaf5587d62459df3ddd0a4312cb549649c30a4a (patch) | |
tree | 9764be2ea6911a01cec921ffbec506cae030dde0 /src/server/shared/Utilities/Timer.h | |
parent | fcd58c134dc532a99dbc19a884b9f3aa9ec70b69 (diff) |
* shared lib builds again under Linux.
--HG--
branch : trunk
Diffstat (limited to 'src/server/shared/Utilities/Timer.h')
-rw-r--r-- | src/server/shared/Utilities/Timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Utilities/Timer.h b/src/server/shared/Utilities/Timer.h index 3e0a369b655..ed78c1d42e7 100644 --- a/src/server/shared/Utilities/Timer.h +++ b/src/server/shared/Utilities/Timer.h @@ -21,7 +21,7 @@ #ifndef TRINITY_TIMER_H #define TRINITY_TIMER_H -#include "Platform/CompilerDefs.h" +#include "shared/CompilerDefs.h" #if PLATFORM == PLATFORM_WINDOWS # include <ace/config-all.h> |