Suppress warning about potential dll linkage problem

This commit is contained in:
Andreas Fabri 2011-10-17 13:08:07 +00:00
parent ab3753c62c
commit f8a1a2e2c8
1 changed files with 5 additions and 0 deletions

View File

@ -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>