| author | Michael Stahl <mstahl@redhat.com> | 2012-08-15 12:39:48 (GMT) |
|---|---|---|
| committer | Michael Stahl <mstahl@redhat.com> | 2012-08-15 12:40:12 (GMT) |
| commit | 8ea65d9f89b7dd8af839a0e6e952b09fe28bce10 (patch) (side-by-side diff) | |
| tree | 334459865ab0bd9d80ed2f69e7796480b5ae272f | |
| parent | 90bde1cbe25a15a3199eb7c931002b3366c2e653 (diff) | |
| download | core-8ea65d9f89b7dd8af839a0e6e952b09fe28bce10.zip core-8ea65d9f89b7dd8af839a0e6e952b09fe28bce10.tar.gz | |
oops forgot #include limits
Change-Id: I49161e270eda68d693181c3fff578ba5511bc6d4
| -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 532fdb0..7fa29b0 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> |
