From a73ad70ad3ea41f81cf2e847a6aa4bbbce541d10 Mon Sep 17 00:00:00 2001 From: TriVoxel Date: Wed, 7 Jan 2026 17:24:40 -0700 Subject: [PATCH] Update MainWindow.cpp This fixes the path which lets Linux builds succeed. Seems this file moved around between QT versions. --- Source/Core/DolphinQt/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinQt/MainWindow.cpp b/Source/Core/DolphinQt/MainWindow.cpp index 7304905442..c41ce4a8a5 100644 --- a/Source/Core/DolphinQt/MainWindow.cpp +++ b/Source/Core/DolphinQt/MainWindow.cpp @@ -31,7 +31,7 @@ #endif #ifndef _WIN32 -#include +#include #endif #include "Common/Config/Config.h"