diff options
Diffstat (limited to 'src/libs/engine/ObjectStore.h')
-rw-r--r-- | src/libs/engine/ObjectStore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/ObjectStore.h b/src/libs/engine/ObjectStore.h index c899b0ff..3f2fcfc3 100644 --- a/src/libs/engine/ObjectStore.h +++ b/src/libs/engine/ObjectStore.h @@ -19,7 +19,7 @@ #define OBJECTSTORE_H #include <string> -#include "util/Path.h" +#include "raul/Path.h" #include "Tree.h" using std::string; |