diff --git a/include/boost/beast.hpp b/include/boost/beast.hpp index 458f20a713..9ef98b0175 100644 --- a/include/boost/beast.hpp +++ b/include/boost/beast.hpp @@ -10,6 +10,8 @@ #ifndef BOOST_BEAST_HPP #define BOOST_BEAST_HPP +// IWYU pragma: begin_exports + #include // must come first #include @@ -18,4 +20,6 @@ #include #include +// IWYU pragma: end_exports + #endif