From bb88b98166ddd0357f18d967327f3f6c7262ba35 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 10 Aug 2024 11:37:40 +0200 Subject: [PATCH] topcom.c: add missing include The include has been missing ever since barvinok-0.24-19-gdfd48ca1b1 (Optionally use TOPCOM to compute chamber decompositions., Tue Sep 11 21:34:04 2007 +0200). Signed-off-by: Sven Verdoolaege --- topcom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/topcom.c b/topcom.c index 72d737c..b1e14ea 100644 --- a/topcom.c +++ b/topcom.c @@ -3,6 +3,7 @@ #include #include #include "normalization.h" +#include "param_util.h" #include "topcom.h" #include "config.h" -- 2.11.4.GIT