summaryrefslogtreecommitdiff
path: root/src/core/dom/Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dom/Node.hpp')
-rw-r--r--src/core/dom/Node.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dom/Node.hpp b/src/core/dom/Node.hpp
index 9c006a1..98a51d9 100644
--- a/src/core/dom/Node.hpp
+++ b/src/core/dom/Node.hpp
@@ -24,7 +24,7 @@
#include <functional>
#include <unordered_set>
-#include "Managed.hpp"
+#include <core/Managed.hpp>
namespace ousia {
namespace dom {