summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorMarkus Wick <degasus@users.noreply.github.com>2016-10-11 21:31:36 +0200
committerGitHub <noreply@github.com>2016-10-11 21:31:36 +0200
commit4e46be951a3872b03352c82e4aa3def27de4f124 (patch)
tree79bc00e7856c73464888fbd70a917f3831987050 /Source
parenta583d36c7f38fac9fb66c059bf6990bfd819591f (diff)
parentdc1b35fa4b9591ab4ba85a9a995dd43da9069888 (diff)
Merge pull request #4342 from rohit-n/build-pch
Fix building with PCH disabled.
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_usb_bt_real.cpp1
-rw-r--r--Source/Core/VideoBackends/Software/SetupUnit.cpp2
2 files changed, 3 insertions, 0 deletions
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 <algorithm>
#include <iomanip>
#include <map>
#include <memory>
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 <cstring>
+
#include "VideoBackends/Software/SetupUnit.h"
#include "Common/Logging/Log.h"