]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh.h
- Banned exZERO(), exONE(), exMINUSHALF() and all this from the interface.
[ginac.git] / ginsh / ginsh.h
index bd65a6a752c7a0c122e82b4185ad285464dbcbc0..2d32f0e7d33e97f593d5ba644e2b925fe0c0d9fa 100644 (file)
@@ -26,6 +26,9 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include <map>
+#include <string>
+
 #ifdef HAVE_READLINE_READLINE_H
 extern "C" {
 #include <readline/readline.h>
@@ -39,7 +42,10 @@ extern "C" {
 #endif
 
 #include <ginac/ginac.h>
+
+#ifndef NO_GINAC_NAMESPACE
 using namespace GiNaC;
+#endif // ndef NO_GINAC_NAMESPACE
 
 // yacc stack type
 #define YYSTYPE ex