diff options
Diffstat (limited to 'NorthstarDLL/pch.h')
-rw-r--r-- | NorthstarDLL/pch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDLL/pch.h b/NorthstarDLL/pch.h index e76bd75f..f13e936f 100644 --- a/NorthstarDLL/pch.h +++ b/NorthstarDLL/pch.h @@ -23,6 +23,7 @@ #include "spdlog/spdlog.h"
#include "libcurl/include/curl/curl.h"
#include "hooks.h"
+#include "memory.h"
template <typename ReturnType, typename... Args> ReturnType CallVFunc(int index, void* thisPtr, Args... args)
{
|