From c5ee0a91396a986c323fb6b3d3f0fc54356ed21c Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 8 Dec 2015 11:25:00 +0100 Subject: [PATCH] Include missing header --- CGAL_ImageIO/include/CGAL/Image_3.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CGAL_ImageIO/include/CGAL/Image_3.h b/CGAL_ImageIO/include/CGAL/Image_3.h index e50b50b2eed..f77e5e6ca3c 100644 --- a/CGAL_ImageIO/include/CGAL/Image_3.h +++ b/CGAL_ImageIO/include/CGAL/Image_3.h @@ -23,9 +23,10 @@ #define CGAL_IMAGE_3_H #include +#include #include - +#include #include #include #include