diff --git a/DataStructures/SharedMemoryFactory.h b/DataStructures/SharedMemoryFactory.h index 3f71279c6..d4d9770d1 100644 --- a/DataStructures/SharedMemoryFactory.h +++ b/DataStructures/SharedMemoryFactory.h @@ -157,7 +157,7 @@ public: ", code " << e.get_error_code(); throw OSRMException(e.what()); } - }; + } private: SharedMemoryFactory_tmpl() {} 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"