From 162f8faaf71b944fda4153113e6d72280e04a26f Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 3 Jan 2017 16:00:48 +0100 Subject: [PATCH] basis_reduction.c: directly include required headers Do so instead of relying on the headers getting included indirectly. Signed-off-by: Sven Verdoolaege --- basis_reduction.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/basis_reduction.c b/basis_reduction.c index c1c185f..4e32177 100644 --- a/basis_reduction.c +++ b/basis_reduction.c @@ -1,6 +1,11 @@ #include #include +#include +#include #include +#include +#include +#include #include #include #include -- 2.11.4.GIT