From cc01a0629af59dc45f775c0c42210d4e215da4de Mon Sep 17 00:00:00 2001 From: louist103 <35883445+louist103@users.noreply.github.com> Date: Thu, 4 May 2023 17:28:08 -0400 Subject: add missing headers (#291) --- ZAPD/CrashHandler.cpp | 1 + ZAPD/Declaration.h | 1 + ZAPD/OutputFormatter.h | 1 + 3 files changed, 3 insertions(+) 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 #include #include +#include #include #if HAS_POSIX == 1 diff --git a/ZAPD/Declaration.h b/ZAPD/Declaration.h index c4598c8..68070ff 100644 --- a/ZAPD/Declaration.h +++ b/ZAPD/Declaration.h @@ -2,6 +2,7 @@ #include #include +#include // TODO: should we drop the `_t` suffix because of UNIX compliance? typedef uint32_t segptr_t; diff --git a/ZAPD/OutputFormatter.h b/ZAPD/OutputFormatter.h index 28955b1..290a8dc 100644 --- a/ZAPD/OutputFormatter.h +++ b/ZAPD/OutputFormatter.h @@ -3,6 +3,7 @@ #include #include #include +#include class OutputFormatter { -- cgit v1.2.3