From bbdd9ba5458ef2eaf99bf6f68a24edb5a6b9577d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Sun, 21 Jun 2020 01:09:21 +0200 Subject: [PATCH] Fix missing header include --- BGL/include/CGAL/boost/graph/IO/3MF.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BGL/include/CGAL/boost/graph/IO/3MF.h b/BGL/include/CGAL/boost/graph/IO/3MF.h index 33112346e68..2fc40e63819 100644 --- a/BGL/include/CGAL/boost/graph/IO/3MF.h +++ b/BGL/include/CGAL/boost/graph/IO/3MF.h @@ -14,6 +14,8 @@ #include +#include + #include #include