mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-01-23 06:02:12 +00:00
Add missing cstdint header (#207)
Fixes https://github.com/boostorg/boost/issues/1044
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
||||
#ifdef WIN32_LEAN_AND_MEAN
|
||||
|
||||
Reference in New Issue
Block a user