aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/PrecompiledHeaders/sharedPCH.h
blob: c3e00e5f119f0294350475b3f93703781563d93f (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/SqlDelayThread.h"
#include "Database/SqlOperations.h"
#include "Debugging/Errors.h"
#include "Dynamic/TypeList.h"
#include "Dynamic/UnorderedMap.h"