summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-14 14:23:47 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-14 14:23:47 +0000
commit562934754c80bfb5cc3668fa24cd4b345c8942b9 (patch)
tree13e46cff02ca706df43e5cb51158f24544d0de4e
parent96cadf10d4440ea424bc4a8a7fcb40c9498dfce4 (diff)
Added cctk_Flesh.h before cctk_Comm.h.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1037 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/include/cctk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/cctk.h b/src/include/cctk.h
index f10c0782..ae3d3039 100644
--- a/src/include/cctk.h
+++ b/src/include/cctk.h
@@ -65,6 +65,7 @@
#ifdef CCODE
#include "cGH.h"
+#include "cctk_Flesh.h"
#include "cctk_IO.h"
#include "cctk_Comm.h"