fix(Build): nopch build (#17617)

This commit is contained in:
Ovahlord
2023-10-30 00:24:18 +01:00
committed by GitHub
parent 0025758fb8
commit 52d37a927d
3 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
*/
#include "OpenSSLCrypto.h"
#include "Errors.h"
#include <openssl/crypto.h> // NOTE: this import is NEEDED (even though some IDEs report it as unused)
#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER < 0x1010000fL

View File

@@ -16,6 +16,7 @@
*/
#include "ProcessPriority.h"
#include "Log.h"
#ifdef _WIN32 // Windows
#include <Windows.h>

View File

@@ -19,6 +19,7 @@
#define ACORE_WAYPOINTMANAGER_H
#include "Common.h"
#include <optional>
#include <unordered_map>
#include <vector>