X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fcheck_numeric.cpp;h=f9a7203eb5d688b7584744fe5b95946a6f450c81;hp=ec878be2ec9b2ea9d0792f5e9aa579d2823694f2;hb=c0fcba137d26486085ed5d4104b34d2c44978693;hpb=67467d256b44f5e08498ca81c946d9ffaa25d1e2 diff --git a/check/check_numeric.cpp b/check/check_numeric.cpp index ec878be2..f9a7203e 100644 --- a/check/check_numeric.cpp +++ b/check/check_numeric.cpp @@ -4,7 +4,7 @@ * tests on these numbers like is_integer() etc... */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2010 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 @@ -21,12 +21,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include -#include // rand() #include "ginac.h" -using namespace std; using namespace GiNaC; +#include // for rand() +#include +using namespace std; + /* Simple and maybe somewhat pointless consistency tests of assorted tests and * conversions. */ static unsigned check_numeric1()