From: Richard Kreckel Date: Thu, 17 May 2001 20:35:36 +0000 (+0000) Subject: - Missed to #include "config.h" for HAVE_SSTREAM. X-Git-Tag: release_0-9-0~54 X-Git-Url: https://ginac.de/ginac.git/static/gitweb.css/ginac.git?a=commitdiff_plain;h=d5c259ec7de1d0b78b8a6c8e18178520f2a05f3e;hp=5bb1908842cbaf98976c37df6db0cb4dd8c193c9;p=ginac.git - Missed to #include "config.h" for HAVE_SSTREAM. --- diff --git a/check/checks.h b/check/checks.h index 2beca6d3..a9f2ba9f 100644 --- a/check/checks.h +++ b/check/checks.h @@ -25,9 +25,9 @@ // For rand() and friends: #include - -#include "ginac.h" using namespace std; +#include "config.h" +#include "ginac.h" using namespace GiNaC; // prototypes for the expression generating functions in: