aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/PrecompiledHeaders/sharedPCH.h
blob: fd7bc504b68fb329a0213830f947a4d22718fe0c (plain)
1
2
3
4
5
6
7
8
9
10
11
//add here most rarely modified headers to speed up debug build compilation

#include "Common.h"
#include "Define.h"
#include "Log.h"
#include "Threading.h"
#include "DatabaseWorker.h"
#include "SQLOperation.h"
#include "Errors.h"
#include "TypeList.h"
#include "UnorderedMap.h"