From cfab0fa24517586f1908d6e5d316bda96238c6e8 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 30 Sep 2013 16:03:46 +0200 Subject: [PATCH] fixing include typo --- datastore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore.cpp b/datastore.cpp index 2992eada8..fe9782a3b 100644 --- a/datastore.cpp +++ b/datastore.cpp @@ -25,7 +25,7 @@ or see http://www.gnu.org/licenses/agpl.txt. #include "DataStructures/StaticRTree.h" #include "Server/DataStructures/BaseDataFacade.h" #include "Server/DataStructures/SharedDataType.h" -#include "Util/BoostFilesystemFix.h" +#include "Util/BoostFileSystemFix.h" #include "Util/IniFile.h" #include "Util/SimpleLogger.h" #include "Util/UUID.h"