diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2023-07-20 19:34:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-20 19:34:07 -0400 |
| commit | cb03424254152e4c96d236125ef925f9333e90f4 (patch) | |
| tree | a070f59cbfd122f5034260469fa71a1f09b5bae9 /ZAPD/CrashHandler.cpp | |
| parent | b62d38046dbc6618b5eb433a0a29560e02bf43a9 (diff) | |
Updated to use clang-format-14 (#297)
Diffstat (limited to 'ZAPD/CrashHandler.cpp')
| -rw-r--r-- | ZAPD/CrashHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/CrashHandler.cpp b/ZAPD/CrashHandler.cpp index 506e410..7ddec5a 100644 --- a/ZAPD/CrashHandler.cpp +++ b/ZAPD/CrashHandler.cpp @@ -8,9 +8,9 @@ #endif #include <array> +#include <cstdint> #include <cstdio> #include <cstdlib> -#include <cstdint> #include <ctime> #if HAS_POSIX == 1 |
