Skip to content

Commit f60f7c1

Browse files
yliu1021ashtum
authored andcommitted
added cstdint include
1 parent c5d20f5 commit f60f7c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/beast/core/detail/cpu_info.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#define BOOST_BEAST_DETAIL_CPU_INFO_HPP
1212

1313
#include <boost/config.hpp>
14+
#include <cstdint>
1415

1516
#ifndef BOOST_BEAST_NO_INTRINSICS
1617
# if defined(BOOST_MSVC) || ((defined(BOOST_GCC) || defined(BOOST_CLANG)) && defined(__SSE4_2__))

0 commit comments

Comments
 (0)