mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-04-30 19:09:19 +08:00
Include <algorithm> in float_common.h
`fastfloat_strncasecmp` relies on `std::min`.
This commit is contained in:
parent
d7ad33a80e
commit
b063de82c7
@ -1,6 +1,7 @@
|
|||||||
#ifndef FASTFLOAT_FLOAT_COMMON_H
|
#ifndef FASTFLOAT_FLOAT_COMMON_H
|
||||||
#define FASTFLOAT_FLOAT_COMMON_H
|
#define FASTFLOAT_FLOAT_COMMON_H
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <cfloat>
|
#include <cfloat>
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user