We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d20f5 commit f60f7c1Copy full SHA for f60f7c1
include/boost/beast/core/detail/cpu_info.hpp
@@ -11,6 +11,7 @@
11
#define BOOST_BEAST_DETAIL_CPU_INFO_HPP
12
13
#include <boost/config.hpp>
14
+#include <cstdint>
15
16
#ifndef BOOST_BEAST_NO_INTRINSICS
17
# if defined(BOOST_MSVC) || ((defined(BOOST_GCC) || defined(BOOST_CLANG)) && defined(__SSE4_2__))
0 commit comments