From f733d68442b43cb49248ee7f9ff7d71b114e1b59 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 27 Dec 2010 17:01:43 +0100 Subject: [PATCH] make isl/point.h self-contained Signed-off-by: Sven Verdoolaege --- include/isl/point.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/isl/point.h b/include/isl/point.h index d0beba3f..62c4d9f5 100644 --- a/include/isl/point.h +++ b/include/isl/point.h @@ -2,6 +2,7 @@ #define ISL_POINT_H #include +#include #if defined(__cplusplus) extern "C" { -- 2.11.4.GIT