]> www.ginac.de Git - ginac.git/blobdiff - ginac/archive.h
Adapted to new version 1.2.5.
[ginac.git] / ginac / archive.h
index 082a32680b6a7aa7ec43b59bbd35d7ee5ab80fa0..d56c0e6ce65e7b58ab3f948b7c86125c51df039a 100644 (file)
@@ -3,7 +3,7 @@
  *  Archiving of GiNaC expressions. */
 
 /*
- *  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
 
 #include <string>
 #include <vector>
-
-namespace std {
-    class ostream;
-    class istream;
-}
+#include <iostream>
 
 #ifndef NO_NAMESPACE_GINAC
 namespace GiNaC {