summaryrefslogtreecommitdiff
path: root/src/include/cGH.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-14 09:23:59 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-14 09:23:59 +0000
commit4a28ce7cce8a144e3fe6198656d1d88d61b5a887 (patch)
treeabd84e16fd169ea9dd8433ce28e023379bcc474f /src/include/cGH.h
parentd9a4f0f0ec84c8446841d831738b06df563d5f3b (diff)
Adding an include for cctk_types.h
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1028 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cGH.h')
-rw-r--r--src/include/cGH.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/cGH.h b/src/include/cGH.h
index 1d1466ad..76e621dc 100644
--- a/src/include/cGH.h
+++ b/src/include/cGH.h
@@ -11,7 +11,9 @@
#ifndef _CGH_H_
#define _CGH_H_
-#include "cctk.h"
+#ifndef _CCTK_TYPES_H
+#include "cctk_types.h"
+#endif
typedef struct
{