From fd0a009a7fe5207a83f16d02d9f8f7d9305feb7f Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Thu, 3 Sep 2020 12:25:59 +1000 Subject: [PATCH] System: Add missing include --- src/core/system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/system.cpp b/src/core/system.cpp index 3d4630663..afa06785e 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -27,6 +27,7 @@ #include "spu.h" #include "timers.h" #include +#include #include #include Log_SetChannel(System);