aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/defs.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-06-08 01:54:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-06-08 01:54:00 +0000
commit1be3b34d61137658db447569e72ce23d725f5e27 (patch)
tree00135bf0f153227264e5c852da934145e3287d05 /Carpet/CarpetLib/src/defs.cc
parent96196fd438ff35172ed534aac2afe96bb4e7b096 (diff)
CarpetLib: #include necessary type declarations
darcs-hash:20060608015436-dae7b-6526525fd78b275abcd84e856d47554128dd7d7b.gz
Diffstat (limited to 'Carpet/CarpetLib/src/defs.cc')
-rw-r--r--Carpet/CarpetLib/src/defs.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/defs.cc b/Carpet/CarpetLib/src/defs.cc
index 711eea3be..9b9715d47 100644
--- a/Carpet/CarpetLib/src/defs.cc
+++ b/Carpet/CarpetLib/src/defs.cc
@@ -8,7 +8,9 @@
#include "cctk.h"
+#include "bbox.hh"
#include "defs.hh"
+#include "vect.hh"
using namespace std;