]> www.ginac.de Git - ginac.git/commitdiff
- Missed to #include "config.h" for HAVE_SSTREAM.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 17 May 2001 20:35:36 +0000 (20:35 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 17 May 2001 20:35:36 +0000 (20:35 +0000)
check/checks.h

index 2beca6d3718d71f0ffd9488379d410c3bf84fd2d..a9f2ba9fd1ecadfc559d544bfd32e8723b13f486 100644 (file)
@@ -25,9 +25,9 @@
 
 // For rand() and friends:
 #include <stdlib.h>
-
-#include "ginac.h"
 using namespace std;
+#include "config.h"
+#include "ginac.h"
 using namespace GiNaC;
 
 // prototypes for the expression generating functions in: