From 71ed4a159f8e733e3a9acc08ab58e8f10c200846 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Thu, 14 Jul 2016 11:36:47 +0200 Subject: [PATCH] Remove unused bad include boost/exception/errinfo_errno.hpp, included in boost/exception/all.hpp, pushes the warning level to 1 on MSVC, but emits a level 1 warning with /sdl. Only exception.hpp and throw_exception.hpp are necessary. --- include/boost/algorithm/hex.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/boost/algorithm/hex.hpp b/include/boost/algorithm/hex.hpp index ad20a20..739e89f 100644 --- a/include/boost/algorithm/hex.hpp +++ b/include/boost/algorithm/hex.hpp @@ -25,7 +25,9 @@ #include #include -#include +#include +#include +#include #include #include