mirror of https://github.com/CGAL/cgal
Missing includes
This commit is contained in:
parent
5eb2a28eea
commit
d35c807619
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue