summaryrefslogtreecommitdiff
path: root/games/openlierox/files/patch-include_XMLutils.h
blob: 3dfb0e10777dc6474a0f7c253c92d40cc3d48637 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- include/XMLutils.h.orig	2018-01-30 13:49:55 UTC
+++ include/XMLutils.h
@@ -17,6 +17,7 @@
 
 #include <string>
 #include <libxml/xmlmemory.h>
+#include <libxml/tree.h>
 #include "Color.h"
 
 int xmlGetInt(xmlNodePtr node, const std::string& name, int def = 0);