From: Sven Verdoolaege Date: Tue, 18 Jun 2013 17:29:53 +0000 (+0200) Subject: isl_constraint_private.h: perform proper includes X-Git-Tag: isl-0.12~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6f152a626153bc07c8b6f4311eebacdef7bd95c;p=platform%2Fupstream%2Fisl.git 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 --- diff --git a/isl_constraint_private.h b/isl_constraint_private.h index 1a3b44e..e02f076 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;