diff options
Diffstat (limited to 'src/core/XML.hpp')
-rw-r--r-- | src/core/XML.hpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/core/XML.hpp b/src/core/XML.hpp index b05d4c6..5e2542b 100644 --- a/src/core/XML.hpp +++ b/src/core/XML.hpp @@ -45,11 +45,16 @@ #include <ostream> #include <vector> -#include <core/common/Rtti.hpp> #include <core/managed/Managed.hpp> #include <core/managed/ManagedContainer.hpp> namespace ousia { + +// Forward declarations +class RttiType; +template<class T> +class Rtti; + namespace xml { class Element; |