From 0cdf4a5da8f2569061721abfeb3a43456cb060dc Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 4 Sep 2017 08:34:00 +0100 Subject: [PATCH] config_build_check.cpp: add workarounds from config.hpp for clang build. --- test/config_build_check.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/config_build_check.cpp b/test/config_build_check.cpp index b95d1c5e..480e93ef 100644 --- a/test/config_build_check.cpp +++ b/test/config_build_check.cpp @@ -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 # include "../test/boost_has_int128.ipp" # include "../test/boost_no_constexpr.ipp"