From d26700820c8afc32a70b9100cf51a12024bec479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sun, 9 Apr 2023 22:47:34 +0200 Subject: [PATCH] Minor buildfix/cleanup --- Common/System/System.h | 2 +- GPU/Common/PresentationCommon.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Common/System/System.h b/Common/System/System.h index c4a352ff32..002bdf633a 100644 --- a/Common/System/System.h +++ b/Common/System/System.h @@ -3,7 +3,7 @@ #include #include #include -#include +#include // Platform integration diff --git a/GPU/Common/PresentationCommon.cpp b/GPU/Common/PresentationCommon.cpp index 4807253505..281a534113 100644 --- a/GPU/Common/PresentationCommon.cpp +++ b/GPU/Common/PresentationCommon.cpp @@ -18,6 +18,7 @@ #include #include #include +#include #include "Common/GPU/thin3d.h"