From 2738f081cd8649b57286c2b4b6e7abaca87c841f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 3 Jun 2019 15:43:43 +0300 Subject: [PATCH] Include boost/config.hpp for ::gets workaround on clang 3.8, 3.9 --- test/throw_exception.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/throw_exception.cpp b/test/throw_exception.cpp index 7414970..9eaccc1 100644 --- a/test/throw_exception.cpp +++ b/test/throw_exception.cpp @@ -4,6 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt +#include #include #include