From 42bd4d4d186e9938821ea0dbfd6f0a432fddf848 Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Mon, 4 May 2020 18:24:31 +0200 Subject: [PATCH] Reduce dependencies of buffers_prefix closes #1940 --- include/boost/beast/core/buffers_prefix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/beast/core/buffers_prefix.hpp b/include/boost/beast/core/buffers_prefix.hpp index 5468de55..4e2b163c 100644 --- a/include/boost/beast/core/buffers_prefix.hpp +++ b/include/boost/beast/core/buffers_prefix.hpp @@ -18,7 +18,7 @@ #include #if BOOST_WORKAROUND(BOOST_MSVC, < 1910) -#include +#include #endif namespace boost {