aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gdata.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-04-19 02:42:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-04-19 02:42:00 +0000
commit8b61abe1c2cacd53cacfffe5c365f9b5f76aed8b (patch)
tree8ddf6c898b132740474e9d6e4bc3888c1d15ab02 /Carpet/CarpetLib/src/gdata.cc
parent38913ac3c030efa676fb4a8546c3be5dfee5f1dd (diff)
CarpetLib: Add missing #include <sstream> to gdata.cc
darcs-hash:20070419024245-dae7b-862947817fa17453aa9996920c3012ff9eda7c20.gz
Diffstat (limited to 'Carpet/CarpetLib/src/gdata.cc')
-rw-r--r--Carpet/CarpetLib/src/gdata.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/gdata.cc b/Carpet/CarpetLib/src/gdata.cc
index 3960ecdc1..f5b31f6ac 100644
--- a/Carpet/CarpetLib/src/gdata.cc
+++ b/Carpet/CarpetLib/src/gdata.cc
@@ -1,6 +1,7 @@
#include <cassert>
#include <cstdlib>
#include <iostream>
+#include <sstream>
#include <mpi.h>