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

This commit is contained in:
Shauren
2025-06-12 20:51:28 +02:00
parent 7002766c0a
commit 805f8e6817
10 changed files with 154 additions and 46 deletions

View File

@@ -16,6 +16,8 @@
*/
#include "Session.h"
#include "AccountService.h"
#include "AuthenticationService.h"
#include "BattlenetRpcErrorCodes.h"
#include "ByteConverter.h"
#include "CryptoRandom.h"
@@ -33,6 +35,10 @@
#include "ServiceDispatcher.h"
#include "SslContext.h"
#include "Timezone.h"
#include "attribute_types.pb.h"
#include "challenge_service.pb.h"
#include "game_utilities_service.pb.h"
#include "rpc_types.pb.h"
#include <rapidjson/document.h>
#include <zlib.h>