diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-24 13:23:55 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-24 13:23:55 +0100 |
commit | 99c6f5df144d0530fe43225d353dee881cfdf26a (patch) | |
tree | a9a7499dda7d643861c753855823ed0f71aa8021 /test/core/model/DomainTest.cpp | |
parent | 67d36e699a2852ce471c4d1b8dab5992d6c01a98 (diff) |
Moved Terminal and TerminalLogger to own classes in new frontent folder
Diffstat (limited to 'test/core/model/DomainTest.cpp')
-rw-r--r-- | test/core/model/DomainTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/model/DomainTest.cpp b/test/core/model/DomainTest.cpp index 2b63aeb..c00b122 100644 --- a/test/core/model/DomainTest.cpp +++ b/test/core/model/DomainTest.cpp @@ -21,6 +21,7 @@ #include <iostream> #include <core/common/Rtti.hpp> +#include <core/frontend/TerminalLogger.hpp> #include <core/model/Domain.hpp> #include "TestDomain.hpp" |