aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mapper/StringMapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/mapper/StringMapper.cpp')
-rw-r--r--src/ui/mapper/StringMapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mapper/StringMapper.cpp b/src/ui/mapper/StringMapper.cpp
index 6f6b4546..24b79ff4 100644
--- a/src/ui/mapper/StringMapper.cpp
+++ b/src/ui/mapper/StringMapper.cpp
@@ -1,5 +1,5 @@
#include "cru/ui/mapper/StringMapper.h"
-#include "cru/xml/XmlNode.h"
+#include "cru/base/xml/XmlNode.h"
namespace cru::ui::mapper {
StringMapper::StringMapper() { SetAllowedTags({"String"}); }