diff --git a/src/xml_parsing.cpp b/src/xml_parsing.cpp index 8b9ce95..2542260 100644 --- a/src/xml_parsing.cpp +++ b/src/xml_parsing.cpp @@ -33,7 +33,7 @@ #include #include "behaviortree_cpp/xml_parsing.h" -#include "tinyxml2/tinyxml2.h" +#include "tinyxml2.h" #include #ifdef USING_ROS2