From f60f7c152f944284e133550a493400acf42b61ac Mon Sep 17 00:00:00 2001 From: Yuhan Liu Date: Fri, 25 Apr 2025 02:54:39 -0400 Subject: [PATCH] added cstdint include --- include/boost/beast/core/detail/cpu_info.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/beast/core/detail/cpu_info.hpp b/include/boost/beast/core/detail/cpu_info.hpp index 579589fa..eb7ec831 100644 --- a/include/boost/beast/core/detail/cpu_info.hpp +++ b/include/boost/beast/core/detail/cpu_info.hpp @@ -11,6 +11,7 @@ #define BOOST_BEAST_DETAIL_CPU_INFO_HPP #include +#include #ifndef BOOST_BEAST_NO_INTRINSICS # if defined(BOOST_MSVC) || ((defined(BOOST_GCC) || defined(BOOST_CLANG)) && defined(__SSE4_2__))