From d1a4746c1470f4d13c46de4a2297be96125eae8e Mon Sep 17 00:00:00 2001 From: omochimetaru Date: Mon, 18 Nov 2024 10:05:20 +0900 Subject: [PATCH] use quoted include in header --- OpenXLSX/headers/XLXmlParser.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenXLSX/headers/XLXmlParser.hpp b/OpenXLSX/headers/XLXmlParser.hpp index b10dba27..6c81b2cc 100644 --- a/OpenXLSX/headers/XLXmlParser.hpp +++ b/OpenXLSX/headers/XLXmlParser.hpp @@ -50,7 +50,7 @@ YM M9 MM MM MM MM MM d' `MM. MM MM d' `MM. // ===== pugixml.hpp needed for pugi::impl::xml_memory_page_type_mask, pugi::xml_node_type, pugi::char_t, pugi::node_element, pugi::xml_node, pugi::xml_attribute, pugi::xml_document #include // not sure why the full include path is needed within the header file -#include +#include "XLException.hpp" namespace { // anonymous namespace to define constants / functions that shall not be exported from this module constexpr const int XLMaxNamespacedNameLen = 100;