diff options
Diffstat (limited to 'src/client/ClientStore.hpp')
-rw-r--r-- | src/client/ClientStore.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/ClientStore.hpp b/src/client/ClientStore.hpp index cd5ffb06..97930955 100644 --- a/src/client/ClientStore.hpp +++ b/src/client/ClientStore.hpp @@ -24,12 +24,13 @@ #include "raul/SharedPtr.hpp" #include <sigc++/sigc++.h> #include "raul/Path.hpp" -#include "raul/Atom.hpp" #include "raul/PathTable.hpp" #include "raul/TableImpl.hpp" #include "interface/EngineInterface.hpp" #include "shared/Store.hpp" +namespace Raul { class Atom; } + using namespace std; using Ingen::Shared::EngineInterface; using Raul::Path; |