From 3e248c3b5b309bc03eb5f70762d3f5671d51f996 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 5 Aug 2013 21:12:32 +0100 Subject: [PATCH] math/mpreduce.h: Missing include files. This all seems rather unfinished, really. --- math/mpreduce.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/math/mpreduce.h b/math/mpreduce.h index c90c93f..80fb113 100644 --- a/math/mpreduce.h +++ b/math/mpreduce.h @@ -34,6 +34,12 @@ /*----- Header files ------------------------------------------------------*/ +#include + +#ifndef CATACOMB_MP_H +# include "mp.h" +#endif + /*----- Data structures ---------------------------------------------------*/ typedef struct mpreduce_instr { -- 2.11.0