mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
std::size_t is part of cstddef not cstdint
This commit is contained in:
parent
139f7d39de
commit
3a5cea7779
@ -32,7 +32,7 @@
|
||||
#define CONTINUABLE_BASE_HPP_INCLUDED
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
#ifndef CONTINUABLE_TRAIT_HPP_INCLUDED
|
||||
#define CONTINUABLE_TRAIT_HPP_INCLUDED
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
|
||||
#include <continuable/continuable-base.hpp>
|
||||
#include <continuable/continuable-promise-base.hpp>
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
#ifndef CONTINUABLE_TYPES_HPP_INCLUDED
|
||||
#define CONTINUABLE_TYPES_HPP_INCLUDED
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
|
||||
#include <function2/function2.hpp>
|
||||
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
#define CONTINUABLE_DETAIL_FLAT_VARIANT_HPP_INCLUDED
|
||||
|
||||
#include <cassert>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <limits>
|
||||
#include <memory>
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
#ifndef CONTINUABLE_DETAIL_TRAITS_HPP_INCLUDED
|
||||
#define CONTINUABLE_DETAIL_TRAITS_HPP_INCLUDED
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
#include <tuple>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user