diff options
author | Tartalo <none@none> | 2010-06-08 01:20:06 +0200 |
---|---|---|
committer | Tartalo <none@none> | 2010-06-08 01:20:06 +0200 |
commit | a5f4e3de948f388505b7a6d1baf107ceacfd718b (patch) | |
tree | 45a9704d7fbe5f0fc3e891b5601ff5602e77f86e /src/server/authserver/Main.cpp | |
parent | 498f62f4cc0c5f8464a94492a26f6d17d6609b58 (diff) |
more cmake fixes. comment collision compilation until fixed
--HG--
branch : trunk
Diffstat (limited to 'src/server/authserver/Main.cpp')
-rw-r--r-- | src/server/authserver/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp index 09bae4908e0..4d5362608a7 100644 --- a/src/server/authserver/Main.cpp +++ b/src/server/authserver/Main.cpp @@ -25,7 +25,7 @@ #include "Common.h" #include "Database/DatabaseEnv.h" -#include "Config/ConfigEnv.h" +#include "Configuration/ConfigEnv.h" #include "Log.h" #include "SystemConfig.h" #include "Util.h" |