mirror of
https://github.com/boostorg/beast.git
synced 2025-06-25 03:51:36 +02:00
added cstdint include
This commit is contained in:
committed by
Mohammad Nejati
parent
c5d20f50c5
commit
f60f7c152f
@ -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__))
|
||||
|
Reference in New Issue
Block a user