From 954de8f89a5538129b5ebf89b8fe06678051f516 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 29 Aug 2010 16:28:10 +0000 Subject: tests: Various compilation fixes for BCC and MSVC6 git-svn-id: http://pugixml.googlecode.com/svn/trunk@702 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_xpath_api.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test_xpath_api.cpp') diff --git a/tests/test_xpath_api.cpp b/tests/test_xpath_api.cpp index 90f316e..df9b9a6 100644 --- a/tests/test_xpath_api.cpp +++ b/tests/test_xpath_api.cpp @@ -1,10 +1,11 @@ #ifndef PUGIXML_NO_XPATH +#include // because Borland's STL is braindead, we have to include _before_ in order to get memcmp + #include "common.hpp" #include "helpers.hpp" -#include #include TEST_XML(xpath_api_select_nodes, "") -- cgit v1.2.3