diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-16 02:34:36 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-16 02:34:36 +0100 |
commit | c6aa669aac80466ea287e9a27348c1068cc1f17e (patch) | |
tree | d72a74f50bf8a56ee267585635a4d7df73b9b277 /test/core/NodeTest.cpp | |
parent | 71346efac9d56a8753ee9032f7f96aa90fba9959 (diff) |
changed paths to new location of the Managed class, adapted NodeVector and NodeMap to the slightly changed conditions in the Node class
Diffstat (limited to 'test/core/NodeTest.cpp')
-rw-r--r-- | test/core/NodeTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/NodeTest.cpp b/test/core/NodeTest.cpp index 182dfdd..334fcc8 100644 --- a/test/core/NodeTest.cpp +++ b/test/core/NodeTest.cpp @@ -18,7 +18,7 @@ #include <gtest/gtest.h> -#include <core/Managed.hpp> +#include <core/managed/Managed.hpp> #include <core/Node.hpp> |