certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/libCERTI LBTS.cc


From: certi-cvs
Subject: [certi-cvs] certi/libCERTI LBTS.cc
Date: Wed, 23 Apr 2008 13:03:28 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      08/04/23 13:03:28

Modified files:
        libCERTI       : LBTS.cc 

Log message:
        add missing include <limits>

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/LBTS.cc?cvsroot=certi&r1=3.9&r2=3.10

Patches:
Index: LBTS.cc
===================================================================
RCS file: /sources/certi/certi/libCERTI/LBTS.cc,v
retrieving revision 3.9
retrieving revision 3.10
diff -u -b -r3.9 -r3.10
--- LBTS.cc     7 Apr 2008 15:08:26 -0000       3.9
+++ LBTS.cc     23 Apr 2008 13:03:28 -0000      3.10
@@ -19,7 +19,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA
 //
-// $Id: LBTS.cc,v 3.9 2008/04/07 15:08:26 erk Exp $
+// $Id: LBTS.cc,v 3.10 2008/04/23 13:03:28 erk Exp $
 // ----------------------------------------------------------------------------
 
 
@@ -34,6 +34,7 @@
        #include <stdlib.h>
 #endif
 #include <float.h>
+#include <limits>
 
 using std::vector ;  
 
@@ -154,4 +155,4 @@
 
 } // namespace certi
 
-// $Id: LBTS.cc,v 3.9 2008/04/07 15:08:26 erk Exp $
+// $Id: LBTS.cc,v 3.10 2008/04/23 13:03:28 erk Exp $




reply via email to

[Prev in Thread] Current Thread [Next in Thread]