From 8ea65d9f89b7dd8af839a0e6e952b09fe28bce10 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 15 Aug 2012 14:39:48 +0200 Subject: oops forgot #include limits Change-Id: I49161e270eda68d693181c3fff578ba5511bc6d4 --- sax/qa/cppunit/test_converter.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sax/qa') 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 + #include #include #include -- cgit