diff --git a/iostream/include/CGAL/IO/io_tags.h b/iostream/include/CGAL/IO/io_tags.h index 6cf167226aa..179aa023b5e 100644 --- a/iostream/include/CGAL/IO/io_tags.h +++ b/iostream/include/CGAL/IO/io_tags.h @@ -25,6 +25,8 @@ #ifndef CGAL_IO_TAGS_H #define CGAL_IO_TAGS_H +#include + namespace CGAL { struct io_Read_write{}; @@ -43,6 +45,13 @@ template<> struct Io_traits { typedef io_Read_write Io_tag; }; template<> struct Io_traits { typedef io_Read_write Io_tag; }; template<> struct Io_traits { typedef io_Read_write Io_tag; }; +template<> struct Io_traits{ typedef io_Read_write Io_tag; }; + +template<> struct Io_traits { typedef io_Read_write Io_tag; }; +template<> struct Io_traits { typedef io_Read_write Io_tag; }; +template<> struct Io_traits { typedef io_Read_write Io_tag; }; +template<> struct Io_traits { typedef io_Read_write Io_tag; }; + template<> struct Io_traits { typedef io_Read_write Io_tag; }; template<> struct Io_traits { typedef io_Read_write Io_tag; }; template<> struct Io_traits { typedef io_Read_write Io_tag; };