From dc1b35fa4b9591ab4ba85a9a995dd43da9069888 Mon Sep 17 00:00:00 2001 From: Rohit Nirmal Date: Tue, 11 Oct 2016 14:25:14 -0500 Subject: [PATCH] Fix building with PCH disabled. --- Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_usb_bt_real.cpp | 1 + Source/Core/VideoBackends/Software/SetupUnit.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_usb_bt_real.cpp b/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_usb_bt_real.cpp index 5d250309f6..9aa5785f4f 100644 --- a/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_usb_bt_real.cpp +++ b/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_usb_bt_real.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include #include #include #include diff --git a/Source/Core/VideoBackends/Software/SetupUnit.cpp b/Source/Core/VideoBackends/Software/SetupUnit.cpp index 684dd0e4bd..306ca184b6 100644 --- a/Source/Core/VideoBackends/Software/SetupUnit.cpp +++ b/Source/Core/VideoBackends/Software/SetupUnit.cpp @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include + #include "VideoBackends/Software/SetupUnit.h" #include "Common/Logging/Log.h"