diff --git a/includes/xna/csharp/xml.hpp b/includes/xna/csharp/xml.hpp index f11890e..69a505e 100644 --- a/includes/xna/csharp/xml.hpp +++ b/includes/xna/csharp/xml.hpp @@ -1,7 +1,7 @@ #ifndef XNA_CSHARP_XML_HPP #define XNA_CSHARP_XML_HPP - +#include "tinyxml2.h" namespace xna { class XmlReader {