From e96545ca29851f7a85a6e7fee8330c606c52f36c Mon Sep 17 00:00:00 2001 From: Ziemas Date: Fri, 29 Apr 2022 10:39:18 +0200 Subject: [PATCH] IopCounters: missing include --- pcsx2/IopCounters.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcsx2/IopCounters.cpp b/pcsx2/IopCounters.cpp index cff0d25ad8..f6999de65b 100644 --- a/pcsx2/IopCounters.cpp +++ b/pcsx2/IopCounters.cpp @@ -19,6 +19,7 @@ // The EventText function will pick it up. #include "PrecompiledHeader.h" +#include "IopCounters.h" #include "R3000A.h" #include "Common.h" #include "SPU2/spu2.h"