Include boost/config.hpp for ::gets workaround on clang 3.8, 3.9

This commit is contained in:
Peter Dimov
2019-06-03 15:43:43 +03:00
parent f5d9662946
commit 2738f081cd

View File

@ -4,6 +4,7 @@
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
#include <boost/config.hpp>
#include <exception>
#include <cstdio>