diff options
Diffstat (limited to 'NorthstarDLL/dllmain.cpp')
-rw-r--r-- | NorthstarDLL/dllmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/dllmain.cpp b/NorthstarDLL/dllmain.cpp index 273bf9c7..020ab1cd 100644 --- a/NorthstarDLL/dllmain.cpp +++ b/NorthstarDLL/dllmain.cpp @@ -32,7 +32,7 @@ #include "languagehooks.h" #include "audio.h" #include "buildainfile.h" -#include "configurables.h" +#include "nsprefix.h" #include "serverchathooks.h" #include "clientchathooks.h" #include "localchatwriter.h" |