From 75004322ab8c0c2ae53dfadf3856ae64fed646f6 Mon Sep 17 00:00:00 2001 From: Echo J Date: Mon, 4 Nov 2024 16:45:22 +0200 Subject: [PATCH] SilentPatchIII: Add a missing functional header include MinGW GCC doesn't implicitly include it either --- SilentPatchIII/ModelInfoIII.h | 1 + 1 file changed, 1 insertion(+) diff --git a/SilentPatchIII/ModelInfoIII.h b/SilentPatchIII/ModelInfoIII.h index ab1a00d..256a6be 100644 --- a/SilentPatchIII/ModelInfoIII.h +++ b/SilentPatchIII/ModelInfoIII.h @@ -1,6 +1,7 @@ #pragma once #include +#include #include "Maths.h" #include