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