From 01d11d6c0bf5845e5bc6bedf037166bd9d498cc8 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Mon, 5 Feb 2024 14:01:42 -0700 Subject: [PATCH] Add missing include for int32_t in DebugCmds.h --- src/DebugCmds.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DebugCmds.h b/src/DebugCmds.h index 2e8d14c5ae..5913b21144 100644 --- a/src/DebugCmds.h +++ b/src/DebugCmds.h @@ -3,6 +3,7 @@ #pragma once +#include #include #include #include