From 04629118dbde33fdedfe489119f34912f8e7c124 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine@gmail.com" Date: Tue, 6 Mar 2012 08:49:58 +0000 Subject: tests: Android compilation fixes git-svn-id: http://pugixml.googlecode.com/svn/trunk@846 99668b35-9821-0410-8761-19e4c4f06640 --- tests/main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/main.cpp') diff --git a/tests/main.cpp b/tests/main.cpp index 21e9e6a..d580a03 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,12 +1,15 @@ #include "test.hpp" #include "allocator.hpp" -#include #include #include #include #include +#ifndef PUGIXML_NO_EXCEPTIONS +# include +#endif + #ifdef _WIN32_WCE # undef DebugBreak # include -- cgit v1.2.3