From 3f6190e015a695801ba844112ce20eff1f152ae1 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 16 Sep 2018 17:48:33 -0700 Subject: [PATCH] Add missing includes --- include/boost/beast/core/impl/read_size.ipp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/beast/core/impl/read_size.ipp b/include/boost/beast/core/impl/read_size.ipp index ddcaf397..fa52571e 100644 --- a/include/boost/beast/core/impl/read_size.ipp +++ b/include/boost/beast/core/impl/read_size.ipp @@ -10,6 +10,10 @@ #ifndef BOOST_BEAST_IMPL_READ_SIZE_IPP #define BOOST_BEAST_IMPL_READ_SIZE_IPP +#include +#include +#include + namespace boost { namespace beast {