From f5966e7f7f0eec7449fe27838f8ad12893b1fce1 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Tue, 6 Oct 2020 08:31:28 +0200 Subject: [PATCH] Add missig include --- Stream_support/include/CGAL/IO/binary_file_io.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Stream_support/include/CGAL/IO/binary_file_io.h b/Stream_support/include/CGAL/IO/binary_file_io.h index 165031715fe..8d101a43c4d 100644 --- a/Stream_support/include/CGAL/IO/binary_file_io.h +++ b/Stream_support/include/CGAL/IO/binary_file_io.h @@ -19,6 +19,7 @@ #define CGAL_IO_BINARY_FILE_IO_H #include +#include #include #include