diff options
Diffstat (limited to 'src/core/model/Syntax.cpp')
-rw-r--r-- | src/core/model/Syntax.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/model/Syntax.cpp b/src/core/model/Syntax.cpp index 9dbaccc..bd17bff 100644 --- a/src/core/model/Syntax.cpp +++ b/src/core/model/Syntax.cpp @@ -18,7 +18,7 @@ #include "Syntax.hpp" -#include "Domain.hpp" +#include "Ontology.hpp" namespace ousia { @@ -55,4 +55,4 @@ bool SyntaxDescriptor::isEmpty() const return start == Tokens::Empty && end == Tokens::Empty && shortForm == Tokens::Empty; } -}
\ No newline at end of file +} |