mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix <cstddef> include, for clang 3.5 earlier with libstdc++ 20140422 or later
This commit is contained in:
parent
74f79f3717
commit
3c4a048f25
263 changed files with 311 additions and 270 deletions
|
@ -8,11 +8,11 @@
|
|||
#ifndef SPROUT_CHECKSUM_MD5_HPP
|
||||
#define SPROUT_CHECKSUM_MD5_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <climits>
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/array/array.hpp>
|
||||
#include <sprout/container/functions.hpp>
|
||||
#include <sprout/iterator/operation.hpp>
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
#ifndef SPROUT_CHECKSUM_SHA1_HPP
|
||||
#define SPROUT_CHECKSUM_SHA1_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <climits>
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/array/array.hpp>
|
||||
#include <sprout/array/make_array.hpp>
|
||||
#include <sprout/sub_array/sub_array.hpp>
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
#ifndef SPROUT_CHECKSUM_SUM_HPP
|
||||
#define SPROUT_CHECKSUM_SUM_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <climits>
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/limits.hpp>
|
||||
#include <sprout/container/functions.hpp>
|
||||
#include <sprout/iterator/operation.hpp>
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
#ifndef SPROUT_CHECKSUM_XOR_HPP
|
||||
#define SPROUT_CHECKSUM_XOR_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/container/functions.hpp>
|
||||
#include <sprout/iterator/operation.hpp>
|
||||
#include <sprout/iterator/bytes_iterator.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue