diff options
Diffstat (limited to 'NorthstarDLL/serverauthentication.cpp')
-rw-r--r-- | NorthstarDLL/serverauthentication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/serverauthentication.cpp b/NorthstarDLL/serverauthentication.cpp index ac1985cf..e66fac3c 100644 --- a/NorthstarDLL/serverauthentication.cpp +++ b/NorthstarDLL/serverauthentication.cpp @@ -14,7 +14,7 @@ #include <filesystem> #include <thread> #include "configurables.h" -#include "NSMem.h" +#include "nsmem.h" const char* AUTHSERVER_VERIFY_STRING = "I am a northstar server!"; |