added cstdint include

This commit is contained in:
Yuhan Liu
2025-04-25 02:54:39 -04:00
committed by Mohammad Nejati
parent c5d20f50c5
commit f60f7c152f

View File

@ -11,6 +11,7 @@
#define BOOST_BEAST_DETAIL_CPU_INFO_HPP
#include <boost/config.hpp>
#include <cstdint>
#ifndef BOOST_BEAST_NO_INTRINSICS
# if defined(BOOST_MSVC) || ((defined(BOOST_GCC) || defined(BOOST_CLANG)) && defined(__SSE4_2__))