diff options
Diffstat (limited to 'src/xml/XmlNode.cpp')
-rw-r--r-- | src/xml/XmlNode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/XmlNode.cpp b/src/xml/XmlNode.cpp index 00437f9b..cfa87dd6 100644 --- a/src/xml/XmlNode.cpp +++ b/src/xml/XmlNode.cpp @@ -1,4 +1,4 @@ -#include "cru/xml/XmlNode.hpp" +#include "cru/xml/XmlNode.h" #include <algorithm> namespace cru::xml { |