From 35c2f29ded2ab446c007037659f8bc2bc7290297 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Thu, 4 Feb 2016 15:30:16 +0100 Subject: [PATCH] Add missing includes to CGAL_ImageIO files --- CGAL_ImageIO/src/CGAL_ImageIO/analyze_impl.h | 2 ++ CGAL_ImageIO/src/CGAL_ImageIO/bmpendian.h | 1 + 2 files changed, 3 insertions(+) diff --git a/CGAL_ImageIO/src/CGAL_ImageIO/analyze_impl.h b/CGAL_ImageIO/src/CGAL_ImageIO/analyze_impl.h index 10d082bbaa2..21520f5a5c9 100644 --- a/CGAL_ImageIO/src/CGAL_ImageIO/analyze_impl.h +++ b/CGAL_ImageIO/src/CGAL_ImageIO/analyze_impl.h @@ -52,6 +52,8 @@ #define DT_RGB 128 /* */ #define DT_ALL 255 /* */ +#include + struct header_key /* header_key */ { /* off + size*/ int sizeof_hdr; /* 0 + 4 */ diff --git a/CGAL_ImageIO/src/CGAL_ImageIO/bmpendian.h b/CGAL_ImageIO/src/CGAL_ImageIO/bmpendian.h index 40cf71ef279..36cdace7bb3 100644 --- a/CGAL_ImageIO/src/CGAL_ImageIO/bmpendian.h +++ b/CGAL_ImageIO/src/CGAL_ImageIO/bmpendian.h @@ -32,6 +32,7 @@ #ifndef __ENDIAN_H_INCLUDED__ #define __ENDIAN_H_INCLUDED__ +#include #include "bmptypes.h" /*