From 8bea68d1e6a5cd641ca3251363502d7073d4ee41 Mon Sep 17 00:00:00 2001 From: Lutzx <58432926+Lutzx@users.noreply.github.com> Date: Mon, 8 May 2023 01:23:12 +0100 Subject: Add stdint headers (#1) (#2832) * Add stdint header * Add stdint header Co-authored-by: Christopher Leggett --- ZAPD/Declaration.h | 1 + ZAPD/OutputFormatter.h | 1 + 2 files changed, 2 insertions(+) diff --git a/ZAPD/Declaration.h b/ZAPD/Declaration.h index 45d36f4..64712d8 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 03abfdb..391f410 100644 --- a/ZAPD/OutputFormatter.h +++ b/ZAPD/OutputFormatter.h @@ -3,6 +3,7 @@ #include #include #include +#include class OutputFormatter { -- cgit v1.2.3