Skip to content

Commit 07bc960

Browse files
authored
Add missing cstdint header (#207)
Fixes boostorg/boost#1044
1 parent d6499f2 commit 07bc960

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/stacktrace/detail/addr_base_msvc.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#endif
1414

1515
#include <cstdio>
16+
#include <cstdint>
1617
#include <memory>
1718

1819
#ifdef WIN32_LEAN_AND_MEAN

0 commit comments

Comments
 (0)