Skip to content

Commit b063de8

Browse files
authored
Include <algorithm> in float_common.h
`fastfloat_strncasecmp` relies on `std::min`.
1 parent d7ad33a commit b063de8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/fast_float/float_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef FASTFLOAT_FLOAT_COMMON_H
22
#define FASTFLOAT_FLOAT_COMMON_H
33

4+
#include <algorithm>
45
#include <cfloat>
56
#include <cstddef>
67
#include <cstdint>

0 commit comments

Comments
 (0)