diff options
Diffstat (limited to 'src/gui/App.cpp')
-rw-r--r-- | src/gui/App.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/App.cpp b/src/gui/App.cpp index f2eaed47..ce6158d7 100644 --- a/src/gui/App.cpp +++ b/src/gui/App.cpp @@ -29,12 +29,12 @@ #include "module/global.hpp" #include "module/Module.hpp" #include "module/World.hpp" +#include "engine/Engine.hpp" #include "interface/EngineInterface.hpp" #include "serialisation/serialisation.hpp" #include "client/ObjectModel.hpp" #include "client/PatchModel.hpp" #include "client/ClientStore.hpp" -#include "engine/Engine.hpp" #include "shared/runtime_paths.hpp" #include "NodeModule.hpp" #include "ControlPanel.hpp" @@ -56,6 +56,8 @@ using namespace std; using namespace Ingen::Client; +namespace Raul { class Deletable; } + namespace Ingen { namespace Client { class PluginModel; } } namespace Ingen { |