diff options
Diffstat (limited to 'src/engine/EngineStore.hpp')
-rw-r--r-- | src/engine/EngineStore.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/EngineStore.hpp b/src/engine/EngineStore.hpp index ad656aeb..57213be3 100644 --- a/src/engine/EngineStore.hpp +++ b/src/engine/EngineStore.hpp @@ -19,8 +19,8 @@ #define OBJECTSTORE_H #include <string> -#include <raul/PathTable.hpp> -#include <raul/SharedPtr.hpp> +#include "raul/PathTable.hpp" +#include "raul/SharedPtr.hpp" #include "shared/Store.hpp" using std::string; |