aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
authoreschnett <>2001-03-18 04:20:00 +0000
committereschnett <>2001-03-18 04:20:00 +0000
commit6cb64a2b780a4ca3d2e60f7cdf8db483de82bc0f (patch)
treea6bea7231dd6ac0a1ee5e6d7da3a5803565d59fe /Carpet/CarpetLib
parent0dfa2fdef205aa30ff894083eb0dcb70f592660f (diff)
Fixed bugs that popped up in the SGI version.
darcs-hash:20010318042020-f6438-c8ca8a890f74608f4abda1a3b791811e40328342.gz
Diffstat (limited to 'Carpet/CarpetLib')
-rw-r--r--Carpet/CarpetLib/src/defs.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/defs.hh b/Carpet/CarpetLib/src/defs.hh
index bc2547d87..9071bad2b 100644
--- a/Carpet/CarpetLib/src/defs.hh
+++ b/Carpet/CarpetLib/src/defs.hh
@@ -5,7 +5,7 @@
copyright : (C) 2000 by Erik Schnetter
email : schnetter@astro.psu.edu
- $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/defs.hh,v 1.2 2001/03/07 13:00:57 eschnett Exp $
+ $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/defs.hh,v 1.3 2001/03/18 05:20:24 eschnett Exp $
***************************************************************************/
@@ -26,6 +26,7 @@
#endif
#include <algorithm>
+#include <iostream>
#include <list>
#include <set>
#include <vector>