boostorg / graph

Boost.org graph module
http://boost.org/libs/graph
325 stars 208 forks source link

Add missing include on boost/config.hpp #325

Closed ams2990 closed 1 year ago

ams2990 commented 1 year ago

exception.hpp uses BOOST_SYMBOL_VISIBLE, which is defined in boost/config.hpp. Without this, compiling just exception.hpp is broken.

jeremy-murphy commented 1 year ago

Thanks!