mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +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
|
#define BOOST_BEAST_DETAIL_CPU_INFO_HPP
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
#ifndef BOOST_BEAST_NO_INTRINSICS
|
#ifndef BOOST_BEAST_NO_INTRINSICS
|
||||||
# if defined(BOOST_MSVC) || ((defined(BOOST_GCC) || defined(BOOST_CLANG)) && defined(__SSE4_2__))
|
# if defined(BOOST_MSVC) || ((defined(BOOST_GCC) || defined(BOOST_CLANG)) && defined(__SSE4_2__))
|
||||||
|
Reference in New Issue
Block a user