Skip to content

Commit 85012ae

Browse files
author
Daniel Lemire
committed
update
1 parent 9eaa510 commit 85012ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/champagne_lemire/champagne_lemire.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040

4141
#include <array>
4242
#include <bit>
43+
#include <cstring>
44+
#include <cstdint>
4345
#include <tuple>
4446
#include <type_traits>
4547
#include <utility>
@@ -697,4 +699,4 @@ champagne_lemire_really_inline int to_chars(T mantissa, int32_t exponent,
697699
return exp_index;
698700
}
699701
} // namespace champagne_lemire
700-
#endif // CHAMPAGNE_LEMIRE_FAST_H
702+
#endif // CHAMPAGNE_LEMIRE_FAST_H

0 commit comments

Comments
 (0)