diff options
Diffstat (limited to 'src/core/model/Domain.hpp')
-rw-r--r-- | src/core/model/Domain.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/Domain.hpp b/src/core/model/Domain.hpp index 31786c1..1ebe5c6 100644 --- a/src/core/model/Domain.hpp +++ b/src/core/model/Domain.hpp @@ -83,9 +83,9 @@ #define _OUSIA_MODEL_DOMAIN_HPP_ #include <core/managed/ManagedContainer.hpp> -#include <core/Node.hpp> #include <core/RangeSet.hpp> +#include "Node.hpp" #include "Typesystem.hpp" namespace ousia { |