diff options
Diffstat (limited to 'src/server/PatchImpl.cpp')
-rw-r--r-- | src/server/PatchImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/PatchImpl.cpp b/src/server/PatchImpl.cpp index 51ac89af..cf50ee2a 100644 --- a/src/server/PatchImpl.cpp +++ b/src/server/PatchImpl.cpp @@ -32,7 +32,7 @@ #include "ProcessSlave.hpp" #include "ThreadManager.hpp" #include "shared/LV2URIMap.hpp" -#include "shared/World.hpp" +#include "ingen/shared/World.hpp" using namespace std; using namespace Raul; |