diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-11-26 23:56:35 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-11-26 23:56:35 +0100 |
commit | e1f3cb18797887aeaa288fe282928be959e0599f (patch) | |
tree | 9c3a9a28ae3722d53947e2c941d99a0cf0845afe /src | |
parent | Hopefully fixed last of the Linux compile errors (diff) | |
download | cuberite-e1f3cb18797887aeaa288fe282928be959e0599f.tar cuberite-e1f3cb18797887aeaa288fe282928be959e0599f.tar.gz cuberite-e1f3cb18797887aeaa288fe282928be959e0599f.tar.bz2 cuberite-e1f3cb18797887aeaa288fe282928be959e0599f.tar.lz cuberite-e1f3cb18797887aeaa288fe282928be959e0599f.tar.xz cuberite-e1f3cb18797887aeaa288fe282928be959e0599f.tar.zst cuberite-e1f3cb18797887aeaa288fe282928be959e0599f.zip |
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> |