summaryrefslogtreecommitdiff
path: root/test/core/dom/NodeTest.cpp
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-11-14 13:52:40 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-11-14 13:52:40 +0100
commite3cf0a9d726c9d76f4938590691336fbf2e9f6d5 (patch)
tree2e2307a8ad7ed0912e611de65c1bf053a2c8e42a /test/core/dom/NodeTest.cpp
parent46fadba6f804b44a726b5b2de1bac188a1785a54 (diff)
Moved Managed to core and implemented managing of nodes for the CSS Style Tree.
Diffstat (limited to 'test/core/dom/NodeTest.cpp')
-rw-r--r--test/core/dom/NodeTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/dom/NodeTest.cpp b/test/core/dom/NodeTest.cpp
index e7c8d96..b4e55aa 100644
--- a/test/core/dom/NodeTest.cpp
+++ b/test/core/dom/NodeTest.cpp
@@ -18,6 +18,8 @@
#include <gtest/gtest.h>
+#include <core/Managed.hpp>
+
#include <core/dom/Node.hpp>
namespace ousia {