Skip to content

Commit

Permalink
XMLElements: fix tinyxml include
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed May 26, 2024
1 parent 2df5b6c commit 5236ba6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions DDCore/src/XML/XMLElements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5236ba6

Please sign in to comment.