From dfe62dcf8bcefc523b466e127c3edc4dc2756629 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 6 Oct 2024 13:57:39 +0800 Subject: Rename common to base. --- include/cru/xml/XmlNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/xml/XmlNode.h') diff --git a/include/cru/xml/XmlNode.h b/include/cru/xml/XmlNode.h index 50685749..a7d1bf38 100644 --- a/include/cru/xml/XmlNode.h +++ b/include/cru/xml/XmlNode.h @@ -2,7 +2,7 @@ #include "Base.h" -#include "cru/common/String.h" +#include "cru/base/String.h" #include #include -- cgit v1.2.3