summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-08-15 14:39:48 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-15 14:40:12 +0200
commit8ea65d9f89b7dd8af839a0e6e952b09fe28bce10 (patch)
tree334459865ab0bd9d80ed2f69e7796480b5ae272f
parent90bde1cbe25a15a3199eb7c931002b3366c2e653 (diff)
oops forgot #include limits
Change-Id: I49161e270eda68d693181c3fff578ba5511bc6d4
-rw-r--r--sax/qa/cppunit/test_converter.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sax/qa/cppunit/test_converter.cxx b/sax/qa/cppunit/test_converter.cxx
index 532fdb07574c..7fa29b0f7046 100644
--- a/sax/qa/cppunit/test_converter.cxx
+++ b/sax/qa/cppunit/test_converter.cxx
@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <limits>
+
#include <sal/types.h>
#include <cppunit/TestAssert.h>
#include <cppunit/TestFixture.h>