X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh.h;h=bfa943fb8adbe275cc810673b9eb20024cf9f865;hp=e4bb52dc757f0e13020b7296adea79f7393aff9e;hb=24f75d316ba00dcdf32d1623ade26b0c15a01dff;hpb=956eeb82c513a723e864edefa857133282cf692b diff --git a/ginsh/ginsh.h b/ginsh/ginsh.h index e4bb52dc..bfa943fb 100644 --- a/ginsh/ginsh.h +++ b/ginsh/ginsh.h @@ -2,7 +2,7 @@ * * Global definitions for ginsh. * - * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,8 +27,11 @@ #include #include +#include #include +using namespace std; + #ifdef HAVE_READLINE_READLINE_H extern "C" { #include @@ -41,11 +44,13 @@ extern "C" { } #endif +#ifdef IN_GINAC #include "ginac.h" +#else +#include +#endif -#ifndef NO_NAMESPACE_GINAC using namespace GiNaC; -#endif // ndef NO_NAMESPACE_GINAC // yacc stack type #define YYSTYPE ex