diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-08-15 14:39:48 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-08-15 14:40:12 +0200 |
commit | 8ea65d9f89b7dd8af839a0e6e952b09fe28bce10 (patch) | |
tree | 334459865ab0bd9d80ed2f69e7796480b5ae272f /sax | |
parent | 90bde1cbe25a15a3199eb7c931002b3366c2e653 (diff) |
oops forgot #include limits
Change-Id: I49161e270eda68d693181c3fff578ba5511bc6d4
Diffstat (limited to 'sax')
-rw-r--r-- | sax/qa/cppunit/test_converter.cxx | 2 |
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> |