Missing includes

This commit is contained in:
Clement Jamin 2015-11-25 16:40:39 +01:00
parent 5eb2a28eea
commit d35c807619
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,8 @@
// //
// Author(s) : ASCLEPIOS Project (INRIA Sophia-Antipolis), Laurent Rineau // Author(s) : ASCLEPIOS Project (INRIA Sophia-Antipolis), Laurent Rineau
#include <cstring>
#ifdef CGAL_HEADER_ONLY #ifdef CGAL_HEADER_ONLY
#define CGAL_INLINE_FUNCTION inline #define CGAL_INLINE_FUNCTION inline
#else #else

View File

@ -33,6 +33,7 @@
#define __ENDIAN_H_INCLUDED__ #define __ENDIAN_H_INCLUDED__
#include "bmptypes.h" #include "bmptypes.h"
#include <cstdio>
/* /*
* Read the basic types as little-endian values. The return value will be * Read the basic types as little-endian values. The return value will be