From adaf24310dbbfa910a5decca84b35353ed49f5af Mon Sep 17 00:00:00 2001 From: DH Date: Fri, 28 Feb 2025 21:12:48 +0300 Subject: [PATCH] add missed include to PUP.h --- rpcs3/Loader/PUP.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Loader/PUP.h b/rpcs3/Loader/PUP.h index ec2775e0e8..286375039c 100644 --- a/rpcs3/Loader/PUP.h +++ b/rpcs3/Loader/PUP.h @@ -1,6 +1,7 @@ #pragma once #include "util/types.hpp" +#include "util/endian.hpp" #include "../../Utilities/File.h" #include