mirror of https://github.com/CGAL/cgal
Add missing includes to CGAL_ImageIO files
This commit is contained in:
parent
006f3ee6ba
commit
35c2f29ded
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
#ifndef __ENDIAN_H_INCLUDED__
|
||||
#define __ENDIAN_H_INCLUDED__
|
||||
|
||||
#include <cstdio>
|
||||
#include "bmptypes.h"
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue