X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Fnumeric_consist.cpp;h=5839da10e9e7530cb7867cd6dbb6e680c17292ec;hb=18aac87043fded3692557cf49f768ecb48ba3ba6;hp=494cc5791270551bd67ba0f666f08475cb22d449;hpb=955cb185a85535ab328ffedbfccdc508ce80fa91;p=ginac.git diff --git a/check/numeric_consist.cpp b/check/numeric_consist.cpp index 494cc579..5839da10 100644 --- a/check/numeric_consist.cpp +++ b/check/numeric_consist.cpp @@ -4,7 +4,7 @@ * boolean tests on these numbers like is_integer() etc... */ /* - * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2000 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 @@ -22,11 +22,11 @@ */ #include -#include +#include "ginac.h" -#ifndef NO_GINAC_NAMESPACE +#ifndef NO_NAMESPACE_GINAC using namespace GiNaC; -#endif // ndef NO_GINAC_NAMESPACE +#endif // ndef NO_NAMESPACE_GINAC /* Simple and maybe somewhat pointless consistency tests of assorted tests and * conversions. */