From 13199e504c0cacb428b58819f5a3d7ccf8911a8b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 19 Jul 2018 19:48:20 +0300 Subject: [PATCH] Reorder includes to avoid ::gets error under Clang 3.8, 3.9 --- include/boost/system/system_error.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/system/system_error.hpp b/include/boost/system/system_error.hpp index c5e7e40..694bb12 100644 --- a/include/boost/system/system_error.hpp +++ b/include/boost/system/system_error.hpp @@ -8,10 +8,10 @@ #ifndef BOOST_SYSTEM_SYSTEM_ERROR_HPP #define BOOST_SYSTEM_SYSTEM_ERROR_HPP +#include #include #include #include -#include namespace boost {