aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/pch.h')
-rw-r--r--NorthstarDedicatedTest/pch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/pch.h b/NorthstarDedicatedTest/pch.h
index c54fedf8..a07d1401 100644
--- a/NorthstarDedicatedTest/pch.h
+++ b/NorthstarDedicatedTest/pch.h
@@ -9,14 +9,14 @@
#define RAPIDJSON_HAS_STDSTRING 1
// httplib ssl
-#define CPPHTTPLIB_OPENSSL_SUPPORT
-#define OPENSSL_API_COMPAT 0x1010100fL
// add headers that you want to pre-compile here
+#include "memalloc.h"
#include <Windows.h>
#include "logging.h"
#include "include/MinHook.h"
#include "spdlog/spdlog.h"
+#include "libcurl/include/curl/curl.h"
#include "hookutils.h"
#endif \ No newline at end of file