Skip to content

Commit babec31

Browse files
committed
Fix fmt missing definitions of malloc and free on mac
1 parent 69a3b1d commit babec31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/boost/int128/fmt_format.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#include <boost/int128/detail/config.hpp>
1111
#include <boost/int128/detail/mini_to_chars.hpp>
1212
#include <boost/int128/int128.hpp>
13+
#include <cstring>
14+
#include <cstdlib>
1315
#include <fmt/base.h>
1416
#include <fmt/format.h>
1517
#include <algorithm>

0 commit comments

Comments
 (0)