mirror of https://github.com/CGAL/cgal
Suppress warning about potential dll linkage problem
This commit is contained in:
parent
ab3753c62c
commit
f8a1a2e2c8
|
|
@ -18,6 +18,11 @@
|
|||
//
|
||||
// Author(s) : Daniel Russel <drussel@alumni.princeton.edu>
|
||||
|
||||
#include <boost/config.hpp>
|
||||
|
||||
#if defined(BOOST_MSVC)
|
||||
# pragma warning(disable:4251)
|
||||
#endif
|
||||
|
||||
#include <CGAL/Tools/Log.h>
|
||||
#include <CGAL/Kinetic/internal/debug_counters.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue