diff --git a/DDCore/src/XML/XMLElements.cpp b/DDCore/src/XML/XMLElements.cpp index aad6f7142..fdd8a81c9 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 -#include -#include +//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