From e6f152a626153bc07c8b6f4311eebacdef7bd95c Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 18 Jun 2013 19:29:53 +0200 Subject: [PATCH] isl_constraint_private.h: perform proper includes This was missing from 87904b9 (implement isl_constraint on top of isl_vec, Mon Aug 29 15:34:59 2011 +0200). Signed-off-by: Sven Verdoolaege --- isl_constraint_private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/isl_constraint_private.h b/isl_constraint_private.h index 1a3b44e3..e02f0762 100644 --- a/isl_constraint_private.h +++ b/isl_constraint_private.h @@ -1,8 +1,9 @@ #ifndef ISL_CONSTRAINT_PRIVATE_H #define ISL_CONSTRAINT_PRIVATE_H -#include #include +#include +#include struct isl_constraint { int ref; -- 2.11.4.GIT