mirror of https://github.com/CGAL/cgal
add missing include directive
This commit is contained in:
parent
c7367211d8
commit
9fceea22cc
|
|
@ -52,6 +52,8 @@
|
|||
#define DT_RGB 128 /* */
|
||||
#define DT_ALL 255 /* */
|
||||
|
||||
#include <string>
|
||||
|
||||
struct header_key /* header_key */
|
||||
{ /* off + size*/
|
||||
int sizeof_hdr; /* 0 + 4 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue