include CGAL/config.h so that we can test for CGAL_BUILD_SHARTED_LIB

This commit is contained in:
Andreas Fabri 2011-10-09 20:01:42 +00:00
parent 3d3662850e
commit 2ba22242ab
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#ifndef CGAL_CORE_EXPORT_H
#define CGAL_CORE_EXPORT_H
#include <boost/config.hpp>
#include <CGAL/config.h>
#if defined(BOOST_MSVC) && ( ! defined(CGAL_EXPORTS) ) && defined(CGAL_BUILD_SHARED_LIB)