summaryrefslogtreecommitdiff
path: root/src/comm/CactusDefaultComm.c
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-17 06:03:43 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-17 06:03:43 +0000
commit1f4eaf9aa81fe4c1ae14f7476851cc7eee3cc951 (patch)
tree6982daf2f002a5e095dfc53dde554dd437f5524c /src/comm/CactusDefaultComm.c
parent2efb3faf00eb90f26df1d16ca6269ba276028386 (diff)
Included assert.h which is need for non-MPI configs.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1754 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm/CactusDefaultComm.c')
-rw-r--r--src/comm/CactusDefaultComm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c
index d490dff2..9686515b 100644
--- a/src/comm/CactusDefaultComm.c
+++ b/src/comm/CactusDefaultComm.c
@@ -11,6 +11,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <assert.h>
#include "cctk_Flesh.h"
#include "cctk_Groups.h"