From eaa8c19600d106b70d06346c99d0cd7dd66d93c3 Mon Sep 17 00:00:00 2001 From: KevinW1998 Date: Sat, 30 Jan 2016 09:01:09 +0100 Subject: [PATCH] Fix unresolved include --- LunaDll/LunaDll.vcxproj | 1 + LunaDll/LunaDll.vcxproj.filters | 1 + LunaDll/Misc/RuntimeHookComponents/RuntimeHookHooks.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/LunaDll/LunaDll.vcxproj b/LunaDll/LunaDll.vcxproj index f8ca11a06..254036b5f 100644 --- a/LunaDll/LunaDll.vcxproj +++ b/LunaDll/LunaDll.vcxproj @@ -149,6 +149,7 @@ + diff --git a/LunaDll/LunaDll.vcxproj.filters b/LunaDll/LunaDll.vcxproj.filters index aa699e6d4..1537aac2b 100644 --- a/LunaDll/LunaDll.vcxproj.filters +++ b/LunaDll/LunaDll.vcxproj.filters @@ -507,6 +507,7 @@ SMBXInternal + diff --git a/LunaDll/Misc/RuntimeHookComponents/RuntimeHookHooks.cpp b/LunaDll/Misc/RuntimeHookComponents/RuntimeHookHooks.cpp index c4f742772..97078001a 100644 --- a/LunaDll/Misc/RuntimeHookComponents/RuntimeHookHooks.cpp +++ b/LunaDll/Misc/RuntimeHookComponents/RuntimeHookHooks.cpp @@ -27,6 +27,7 @@ #include "../../SMBXInternal/NPCs.h" #include "../PerfTracker.h" +#include "../TestMode.h" // Simple init hook to run the main LunaDLL initialization