Add missing includes to CGAL_ImageIO files

This commit is contained in:
Simon Giraudot 2016-02-04 15:30:16 +01:00
parent 006f3ee6ba
commit 35c2f29ded
2 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,8 @@
#define DT_RGB 128 /* */
#define DT_ALL 255 /* */
#include <cstring>
struct header_key /* header_key */
{ /* off + size*/
int sizeof_hdr; /* 0 + 4 */

View File

@ -32,6 +32,7 @@
#ifndef __ENDIAN_H_INCLUDED__
#define __ENDIAN_H_INCLUDED__
#include <cstdio>
#include "bmptypes.h"
/*