1
0

Precompile unordered_map/set

+ Add inclusions to Globals.h
* Sort Globals.h
- Remove sys/stat.h from Globals.h
This commit is contained in:
Tiger Wang
2020-07-19 19:58:53 +01:00
parent f4fe137ab5
commit 3f712ca9cf
12 changed files with 18 additions and 31 deletions

View File

@@ -3,8 +3,6 @@
#include "SettingsRepositoryInterface.h"
#include <unordered_map>
class cMemorySettingsRepository : public cSettingsRepositoryInterface
{
public: