X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ffail.h;h=9d87d1bcafa381b6c0001a59aefec0764cc27145;hp=efcb4eb9a2a0ae7a69c2092071301f3a28300610;hb=f6f99c4d47762da9e3d73a2f5ec6f062e82505b8;hpb=2565309dd7c38635c191eacf2a4af9b23fc0d310 diff --git a/ginac/fail.h b/ginac/fail.h index efcb4eb9..9d87d1bc 100644 --- a/ginac/fail.h +++ b/ginac/fail.h @@ -24,11 +24,11 @@ #ifndef __GINAC_FAIL_H__ #define __GINAC_FAIL_H__ -#include +#include "basic.h" -#ifndef NO_GINAC_NAMESPACE +#ifndef NO_NAMESPACE_GINAC namespace GiNaC { -#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef NO_NAMESPACE_GINAC class fail : public basic { @@ -71,8 +71,8 @@ protected: extern const fail some_fail; extern const type_info & typeid_fail; -#ifndef NO_GINAC_NAMESPACE +#ifndef NO_NAMESPACE_GINAC } // namespace GiNaC -#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef NO_NAMESPACE_GINAC #endif // ndef __GINAC_FAIL_H__