diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2023-05-04 17:28:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 17:28:08 -0400 |
| commit | cc01a0629af59dc45f775c0c42210d4e215da4de (patch) | |
| tree | ba94369e2b22c1a6f14289bedae63801669295f5 /ZAPD/CrashHandler.cpp | |
| parent | ae0c2038007558d087418ff6ad2b3cd5e3cf6579 (diff) | |
add missing headers (#291)
Diffstat (limited to 'ZAPD/CrashHandler.cpp')
| -rw-r--r-- | ZAPD/CrashHandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAPD/CrashHandler.cpp b/ZAPD/CrashHandler.cpp index 3568665..506e410 100644 --- a/ZAPD/CrashHandler.cpp +++ b/ZAPD/CrashHandler.cpp @@ -10,6 +10,7 @@ #include <array> #include <cstdio> #include <cstdlib> +#include <cstdint> #include <ctime> #if HAS_POSIX == 1 |
