summaryrefslogtreecommitdiff
path: root/test/core
diff options
context:
space:
mode:
Diffstat (limited to 'test/core')
-rw-r--r--test/core/managed/ManagedTest.cpp1
-rw-r--r--test/core/model/DomainTest.cpp1
-rw-r--r--test/core/model/TypesystemTest.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/core/managed/ManagedTest.cpp b/test/core/managed/ManagedTest.cpp
index 61b89ef..d6a392a 100644
--- a/test/core/managed/ManagedTest.cpp
+++ b/test/core/managed/ManagedTest.cpp
@@ -18,6 +18,7 @@
#include <gtest/gtest.h>
+#include <core/common/Rtti.hpp>
#include <core/managed/Managed.hpp>
#include "TestManaged.hpp"
diff --git a/test/core/model/DomainTest.cpp b/test/core/model/DomainTest.cpp
index 65954e7..e16da96 100644
--- a/test/core/model/DomainTest.cpp
+++ b/test/core/model/DomainTest.cpp
@@ -20,6 +20,7 @@
#include <iostream>
+#include <core/common/Rtti.hpp>
#include <core/model/Domain.hpp>
#include "TestDomain.hpp"
diff --git a/test/core/model/TypesystemTest.cpp b/test/core/model/TypesystemTest.cpp
index 9939adf..6695b8e 100644
--- a/test/core/model/TypesystemTest.cpp
+++ b/test/core/model/TypesystemTest.cpp
@@ -20,6 +20,7 @@
#include <iostream>
+#include <core/common/Rtti.hpp>
#include <core/model/Typesystem.hpp>
namespace ousia {