From: Alexei Sheplyakov Date: Tue, 21 Oct 2008 06:09:33 +0000 (+0400) Subject: exam_cra: explicitly #include . This should make g++ 4.3 happy. X-Git-Tag: release_1-5-0~34 X-Git-Url: https://ginac.de/ginac.git/static/gitweb.css/ginac.git?a=commitdiff_plain;h=44fa38df264efa7a87beb59afc4664595de8ab48;p=ginac.git exam_cra: explicitly #include . This should make g++ 4.3 happy. --- diff --git a/check/exam_cra.cpp b/check/exam_cra.cpp index 11e1ab70..2c6163ee 100644 --- a/check/exam_cra.cpp +++ b/check/exam_cra.cpp @@ -7,6 +7,7 @@ #include #include #include +#include using namespace cln; using namespace std;