From cf9743e9b874b76e56a57d56e60e03aaa8a52ad6 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Thu, 25 Aug 2022 00:30:30 +0200 Subject: Change file name case sensitivity to lower case (#249) To mirror how it is in refactor PR --- NorthstarDLL/buildainfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NorthstarDLL/buildainfile.cpp') diff --git a/NorthstarDLL/buildainfile.cpp b/NorthstarDLL/buildainfile.cpp index 0054c4a1..24a16f74 100644 --- a/NorthstarDLL/buildainfile.cpp +++ b/NorthstarDLL/buildainfile.cpp @@ -4,7 +4,7 @@ #include "hookutils.h" #include #include -#include "NSMem.h" +#include "nsmem.h" namespace fs = std::filesystem; -- cgit v1.2.3