From: Mark Wooding Date: Fri, 9 Aug 2013 09:13:15 +0000 (+0100) Subject: math/gfreduce.h: Missing include. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/12208248afbfcdedac9494a68ab83f203335c1a3 math/gfreduce.h: Missing include. --- diff --git a/math/gfreduce.h b/math/gfreduce.h index 2c8a884..b60c8fa 100644 --- a/math/gfreduce.h +++ b/math/gfreduce.h @@ -34,6 +34,8 @@ /*----- Header files ------------------------------------------------------*/ +#include + #ifndef CATACOMB_GF_H # include "gf.h" #endif