From ba5b593b41ea80a7b8d699dd43b255810fd8d14e Mon Sep 17 00:00:00 2001 From: Danilo Date: Sat, 16 Nov 2024 19:33:08 -0300 Subject: [PATCH] Cria XmlReader --- includes/xna/csharp/xml.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {