From 7753bbb8b160251525ac2f661ccb60f9fc98da50 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 20 Nov 2012 16:19:12 +0100 Subject: Fix libxml2 usage in l10ntools Change-Id: I746af9162d5cd01e0ce0a9f469f0771d7934ba2d --- l10ntools/inc/xmlparse.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'l10ntools/inc') diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx index 0fedb2b7a6d8..7a758727c5f6 100644 --- a/l10ntools/inc/xmlparse.hxx +++ b/l10ntools/inc/xmlparse.hxx @@ -26,7 +26,10 @@ #include #include + +#include // define XMLCALL so expat.h does not redefine it #include + #include #include #include "boost/unordered_map.hpp" -- cgit