diff options
Diffstat (limited to 'src/core/model/Document.cpp')
-rw-r--r-- | src/core/model/Document.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/model/Document.cpp b/src/core/model/Document.cpp index f6ed5de..fce9d23 100644 --- a/src/core/model/Document.cpp +++ b/src/core/model/Document.cpp @@ -19,6 +19,7 @@ #include "Document.hpp" #include <core/common/Exceptions.hpp> +#include <core/common/Rtti.hpp> namespace ousia { namespace model { |