diff options
Diffstat (limited to 'NorthstarDLL/pch.h')
-rw-r--r-- | NorthstarDLL/pch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/pch.h b/NorthstarDLL/pch.h index e4773d8a..b9ba0e08 100644 --- a/NorthstarDLL/pch.h +++ b/NorthstarDLL/pch.h @@ -36,8 +36,8 @@ typedef void (*callable_v)(void* v); #include "spdlog/spdlog.h" #include "logging/logging.h" -#include "minhook/MinHook.h" -#include "libcurl/include/curl/curl.h" +#include "MinHook.h" +#include "curl/curl.h" #include "core/hooks.h" #include "core/memory.h" |