summaryrefslogtreecommitdiff
path: root/tests/test_document.cpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-10-29 21:47:37 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-10-29 21:47:37 +0000
commita70f6b1a70aa1c31cedd3659e070bc46a8722fc1 (patch)
tree949a1d6e9d68786effe1bcc3b3175e5d784dd6d4 /tests/test_document.cpp
parent1fdd096c8011446935396baf447bfed9331f3ff3 (diff)
tests: CodeWarrior and BCC supported
git-svn-id: http://pugixml.googlecode.com/svn/trunk@195 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/test_document.cpp')
-rw-r--r--tests/test_document.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_document.cpp b/tests/test_document.cpp
index d52635c..b9095cf 100644
--- a/tests/test_document.cpp
+++ b/tests/test_document.cpp
@@ -4,6 +4,8 @@
#include <sstream>
#include <string>
+#include <stdio.h>
+
#ifdef _MSC_VER
#pragma warning(disable: 4996)
#endif