From: Richard Kreckel Date: Thu, 17 Dec 2015 21:57:04 +0000 (+0100) Subject: include for use of std::min(). X-Git-Tag: ginac_1-6-6~2 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=e0a84a395ab1bf84813eea95fde9c8a361dae9bc include for use of std::min(). Thanks to Jan Rheinländer for reporting this. Cherry-picked from a56196f3. --- diff --git a/check/exam_cra.cpp b/check/exam_cra.cpp index 656db59a..a20027d0 100644 --- a/check/exam_cra.cpp +++ b/check/exam_cra.cpp @@ -32,6 +32,7 @@ using namespace cln; #include #include #include +#include using namespace std; /// Generate a sequences of primes p_i such that \prod_i p_i < limit diff --git a/ginac/polynomial/mod_gcd.cpp b/ginac/polynomial/mod_gcd.cpp index 86834001..a2583681 100644 --- a/ginac/polynomial/mod_gcd.cpp +++ b/ginac/polynomial/mod_gcd.cpp @@ -28,6 +28,7 @@ #include #include #include +#include namespace GiNaC {