From 0071ae793fa04b5c553f3d8d924a286ba7a792d6 Mon Sep 17 00:00:00 2001 From: Alaux <73968015+MrAlaux@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:38:54 -0300 Subject: [PATCH] Fix some Linter reports --- src/m_nughud.h | 1 + src/wi_stuff.h | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/m_nughud.h b/src/m_nughud.h index 6e1196ec8..68709d6e9 100644 --- a/src/m_nughud.h +++ b/src/m_nughud.h @@ -20,6 +20,7 @@ #ifndef __M_NUGHUD__ #define __M_NUGHUD__ +#include "doomtype.h" #include "m_fixed.h" #define NUGHUDWIDESHIFT(x) ( \ diff --git a/src/wi_stuff.h b/src/wi_stuff.h index 39b7ec85e..aee49e1ee 100644 --- a/src/wi_stuff.h +++ b/src/wi_stuff.h @@ -20,6 +20,9 @@ #ifndef __WI_STUFF__ #define __WI_STUFF__ +// [Nugget] +#include "doomtype.h" + struct wbstartstruct_s; // States for the intermission