Merge pull request #19 from tiwoc/fix-include-config

Fix build issues when optional_fwd.hpp is used before including boost/config.hpp
This commit is contained in:
Andrzej Krzemieński
2016-05-20 08:27:39 +02:00

View File

@ -16,7 +16,7 @@
#ifndef BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
#define BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
#include <boost/config/suffix.hpp>
#include <boost/config.hpp>
namespace boost {