Core/Common: Update PCH content to include most commonly used headers

This commit is contained in:
Shauren
2025-06-11 16:35:31 +02:00
parent 2abf19e832
commit 1ae7cdd512
8 changed files with 28 additions and 38 deletions

View File

@@ -19,6 +19,7 @@
#include "Common.h"
#include "Log.h"
#include "StringConvert.h"
#include "Util.h"
#include <boost/filesystem/directory.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/property_tree/ini_parser.hpp>