summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-05-31 04:06:26 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-05-31 04:06:26 +0000
commit013816ef01596aa63b04f021f9dae9e4558b3564 (patch)
tree7b770d333812b5e522135f41bcbec5686d41ae7c
parent1c9391a14d5ff6bc690c366b2344f0d927b74b54 (diff)
fix implementation of 'complex' for c++0x, see #1374
git-svn-id: http://svn.cactuscode.org/flesh/trunk@5022 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/include/cctk_Groups.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/cctk_Groups.h b/src/include/cctk_Groups.h
index bcd64402..3cdc3b31 100644
--- a/src/include/cctk_Groups.h
+++ b/src/include/cctk_Groups.h
@@ -26,13 +26,13 @@ typedef struct
/* Prototypes */
+#include "cctk_Types.h"
+
#ifdef __cplusplus
extern "C"
{
#endif
-#include "cctk_Types.h"
-
int CCTK_DecomposeName(const char *fullname,
char **implementation,
char **name);