From 697a5de5db52bb7b6f117090ba5d1d04b3b9eaf5 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 12 May 2010 21:36:22 +0000 Subject: Fixed GCC build git-svn-id: http://pugixml.googlecode.com/svn/trunk@419 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pugixml.cpp') diff --git a/src/pugixml.cpp b/src/pugixml.cpp index 364bee4..f96f7a7 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -49,7 +49,7 @@ using std::memcpy; #endif // uintptr_t -#if defined(__BORLANDC__) || defined(__MWERKS__) || defined(__DMC__) +#if defined(__BORLANDC__) || defined(__MWERKS__) || defined(__DMC__) || defined(__GNUC__) # include #elif defined(_MSC_VER) && _MSC_VER < 1300 typedef size_t uintptr_t; -- cgit v1.2.3