diff options
Diffstat (limited to 'src/libs/engine/ObjectStore.cpp')
-rw-r--r-- | src/libs/engine/ObjectStore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/ObjectStore.cpp b/src/libs/engine/ObjectStore.cpp index 517f805e..852d734b 100644 --- a/src/libs/engine/ObjectStore.cpp +++ b/src/libs/engine/ObjectStore.cpp @@ -19,7 +19,7 @@ #include "Node.h" #include "Port.h" #include "List.h" -#include "util/Path.h" +#include "raul/Path.h" #include "Tree.h" namespace Ingen { |