diff options
Diffstat (limited to '')
-rw-r--r-- | src/Authenticator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authenticator.cpp b/src/Authenticator.cpp index 4d9e90a01..4147e1eb2 100644 --- a/src/Authenticator.cpp +++ b/src/Authenticator.cpp @@ -6,7 +6,7 @@ #include "Root.h" #include "Server.h" -#include ".inifile/iniFile.h" +#include "lib/inifile/iniFile.h" #include <sstream> |