]> www.ginac.de Git - ginac.git/commitdiff
exam_cra: explicitly #include <limits>. This should make g++ 4.3 happy.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Tue, 21 Oct 2008 06:09:33 +0000 (10:09 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Wed, 5 Nov 2008 13:55:33 +0000 (16:55 +0300)
check/exam_cra.cpp

index 11e1ab700405076a739944652b68063ae924fbf9..2c6163eef65c9e410e13bc8fa776bf4d0d96d3c5 100644 (file)
@@ -7,6 +7,7 @@
 #include <map>
 #include <vector>
 #include <stdexcept>
+#include <limits>
 using namespace cln;
 using namespace std;