From 013816ef01596aa63b04f021f9dae9e4558b3564 Mon Sep 17 00:00:00 2001 From: knarf Date: Fri, 31 May 2013 04:06:26 +0000 Subject: fix implementation of 'complex' for c++0x, see #1374 git-svn-id: http://svn.cactuscode.org/flesh/trunk@5022 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_Groups.h | 4 ++-- 1 file 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); -- cgit v1.2.3