Skip to content

Commit f8e9f25

Browse files
authored
Merge pull request #2 from ckerr/fix/iwyu-numeric-limits
fix: add <limits> to long_math.h for std::numeric_limits
2 parents 877a26f + 5bef68b commit f8e9f25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/slimcpplib/long_math.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include <cstdint>
3838

3939
#include <array>
40+
#include <limits>
4041
#include <optional>
4142
#include <type_traits>
4243

0 commit comments

Comments
 (0)