From d5c259ec7de1d0b78b8a6c8e18178520f2a05f3e Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Thu, 17 May 2001 20:35:36 +0000 Subject: [PATCH] - Missed to #include "config.h" for HAVE_SSTREAM. --- check/checks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.44.0