diff --git a/DDCore/src/XML/XMLElements.cpp b/DDCore/src/XML/XMLElements.cpp index aad6f714291760a6979c880657d1c6dfda87975c..fdd8a81c9ef44417bb5ef29b197497a7e8ab157b 100644 --- a/DDCore/src/XML/XMLElements.cpp +++ b/DDCore/src/XML/XMLElements.cpp @@ -1266,7 +1266,8 @@ Handle_t Document::clone(Handle_t source) const { } #ifdef DD4HEP_USE_TINYXML -#include <tinyxml_inl.h> -#include <tinyxmlerror_inl.h> -#include <tinyxmlparser_inl.h> +//These files are located parallel to this one, we cannot use angle brackets for include +#include "tinyxml_inl.h" +#include "tinyxmlerror_inl.h" +#include "tinyxmlparser_inl.h" #endif