diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-21 12:00:51 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2014-12-21 12:00:51 +0100 |
commit | b5e0b3822f08ad64d2cdacce15256222759a59e1 (patch) | |
tree | c395589fd62116215dd00e1d33d38f58446740f4 /test/core | |
parent | 989cc6d8064a95426962588f806bb987a6896e7f (diff) |
made Rtti a source dependency of Managed, not a header dependency
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/managed/ManagedTest.cpp | 1 | ||||
-rw-r--r-- | test/core/model/DomainTest.cpp | 1 | ||||
-rw-r--r-- | test/core/model/TypesystemTest.cpp | 1 |
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 { |