blob: 289f31e74bfe4006a9947464ad2c8236bb75f73f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//add here most rarely modified headers to speed up debug build compilation
#include "Common.h"
#include "Define.h"
#include "Logging/Log.h"
#include "DatabaseEnv.h"
#include "Threading/Threading.h"
#include "Database/DatabaseEnv.h"
#include "Database/DatabaseWorker.h"
#include "Database/SQLOperation.h"
#include "Debugging/Errors.h"
#include "Dynamic/TypeList.h"
#include "Dynamic/UnorderedMap.h"
|