From bb61fa04ac4e26d94e704d1e829a6a2b920bee57 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 6 Sep 2009 13:03:24 +0200 Subject: [PATCH] polyhedron_sample.c: add missing include --- polyhedron_sample.c | 1 + 1 file changed, 1 insertion(+) diff --git a/polyhedron_sample.c b/polyhedron_sample.c index a377bde..05e0875 100644 --- a/polyhedron_sample.c +++ b/polyhedron_sample.c @@ -1,6 +1,7 @@ #include #include "isl_sample.h" #include "isl_vec.h" +#include "isl_map_private.h" int main(int argc, char **argv) { -- 2.7.4