aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp/src
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-08-16 20:25:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-08-16 20:25:00 +0000
commitb3b9c37bb93b67856eda17373f99cf8804fbbd00 (patch)
treeb7a7b44ea9900386e2c2aa7ac14da7c842f4bc15 /Carpet/CarpetInterp/src
parentfd85154cc2b399b7b3a38397f8bae3c158656d6a (diff)
CarpetInterp: #include <cstring> because we use memcmp()
darcs-hash:20060816202501-dae7b-b24f4d1f03c25a686bbd0bf82c6961d2e27de3c1.gz
Diffstat (limited to 'Carpet/CarpetInterp/src')
-rw-r--r--Carpet/CarpetInterp/src/interp.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/CarpetInterp/src/interp.cc b/Carpet/CarpetInterp/src/interp.cc
index 12b952202..a177108a4 100644
--- a/Carpet/CarpetInterp/src/interp.cc
+++ b/Carpet/CarpetInterp/src/interp.cc
@@ -2,6 +2,7 @@
#include <cassert>
#include <cmath>
#include <cstdlib>
+#include <cstring>
#include <vector>
#include <mpi.h>