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

#include "Common.h"
#include "Log.h"
#include "DatabaseWorker.h"
#include "SQLOperation.h"
#include "Errors.h"
#include "TypeList.h"
#include "TaskScheduler.h"