From 10572b7a596375e36f3dfb8745768b0403648ecf Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 16 Sep 2021 19:21:27 +0300 Subject: [PATCH] Trim includes in system_error.hpp --- include/boost/system/system_error.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/system/system_error.hpp b/include/boost/system/system_error.hpp index bf3f951..1d97b07 100644 --- a/include/boost/system/system_error.hpp +++ b/include/boost/system/system_error.hpp @@ -6,7 +6,8 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -#include +#include +#include #include #include #include