From f8a1a2e2c81912b6963b906fb56d628409ea5026 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 17 Oct 2011 13:08:07 +0000 Subject: [PATCH] Suppress warning about potential dll linkage problem --- Kinetic_data_structures/src/CGAL/KDS_Log.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Kinetic_data_structures/src/CGAL/KDS_Log.cpp b/Kinetic_data_structures/src/CGAL/KDS_Log.cpp index 383c6240f17..a2d296c7320 100644 --- a/Kinetic_data_structures/src/CGAL/KDS_Log.cpp +++ b/Kinetic_data_structures/src/CGAL/KDS_Log.cpp @@ -18,6 +18,11 @@ // // Author(s) : Daniel Russel +#include + +#if defined(BOOST_MSVC) +# pragma warning(disable:4251) +#endif #include #include