[Libreoffice-commits] .: sax/qa

Michael Stahl mst at kemper.freedesktop.org
Wed Aug 15 05:41:17 PDT 2012


 sax/qa/cppunit/test_converter.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 8ea65d9f89b7dd8af839a0e6e952b09fe28bce10
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Aug 15 14:39:48 2012 +0200

    oops forgot #include limits
    
    Change-Id: I49161e270eda68d693181c3fff578ba5511bc6d4

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>


More information about the Libreoffice-commits mailing list