diff options
Diffstat (limited to 'src/serialisation/Parser.hpp')
-rw-r--r-- | src/serialisation/Parser.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/serialisation/Parser.hpp b/src/serialisation/Parser.hpp index 0ce81e37..cd96bd0b 100644 --- a/src/serialisation/Parser.hpp +++ b/src/serialisation/Parser.hpp @@ -22,13 +22,15 @@ #include <glibmm/ustring.h> #include <boost/optional.hpp> #include "interface/GraphObject.hpp" -#include "module/World.hpp" namespace Raul { class Path; } namespace Redland { class World; class Model; class Node; } namespace Ingen { namespace Shared { class CommonInterface; } } namespace Ingen { + +namespace Shared { class World; } + namespace Serialisation { |