From b5e0b3822f08ad64d2cdacce15256222759a59e1 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 21 Dec 2014 12:00:51 +0100 Subject: made Rtti a source dependency of Managed, not a header dependency --- test/core/managed/ManagedTest.cpp | 1 + test/core/model/DomainTest.cpp | 1 + test/core/model/TypesystemTest.cpp | 1 + 3 files changed, 3 insertions(+) (limited to 'test') 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 +#include #include #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 +#include #include #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 +#include #include namespace ousia { -- cgit v1.2.3