config_build_check.cpp: add workarounds from config.hpp for clang build.

This commit is contained in:
jzmaddock
2017-09-04 08:34:00 +01:00
parent 6102d18867
commit 0cdf4a5da8

View File

@ -6,6 +6,8 @@
// See http://www.boost.org/libs/config for the most recent version.//
// Revision $Id$
//
// We include this as it contains some workarounds we may need (like a declaration for ::gets to get clang building):
#include <boost/config.hpp>
# include "../test/boost_has_int128.ipp"
# include "../test/boost_no_constexpr.ipp"