more cmake fixes. comment collision compilation until fixed

--HG--
branch : trunk
This commit is contained in:
Tartalo
2010-06-08 01:20:06 +02:00
parent 498f62f4cc
commit a5f4e3de94
10 changed files with 26 additions and 16 deletions

View File

@@ -25,13 +25,13 @@
#include "Common.h"
#include "Database/DatabaseEnv.h"
#include "ByteBuffer.h"
#include "Config/ConfigEnv.h"
#include "Configuration/ConfigEnv.h"
#include "Log.h"
#include "RealmList.h"
#include "AuthSocket.h"
#include "AuthCodes.h"
#include <openssl/md5.h>
#include "Auth/Sha1.h"
#include "SHA1.h"
//#include "Util.h" -- for commented utf8ToUpperOnlyLatin
extern DatabaseType LoginDatabase;