From eb2d4935cdd6085b374972ad0ad4930f368be8c8 Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Tue, 22 Dec 2015 18:20:48 -0600 Subject: [PATCH] Including missing headers required for non-pch builds and other architectures --- Source/Core/Common/ArmCPUDetect.cpp | 1 + Source/Core/Common/NandPaths.cpp | 1 + Source/Core/Common/Network.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/Source/Core/Common/ArmCPUDetect.cpp b/Source/Core/Common/ArmCPUDetect.cpp index e971fde2a4..4e68054410 100644 --- a/Source/Core/Common/ArmCPUDetect.cpp +++ b/Source/Core/Common/ArmCPUDetect.cpp @@ -5,6 +5,7 @@ #include #include #include +#include #include #include diff --git a/Source/Core/Common/NandPaths.cpp b/Source/Core/Common/NandPaths.cpp index 4048979c3c..25488ef410 100644 --- a/Source/Core/Common/NandPaths.cpp +++ b/Source/Core/Common/NandPaths.cpp @@ -4,6 +4,7 @@ #include #include +#include #include #include diff --git a/Source/Core/Common/Network.cpp b/Source/Core/Common/Network.cpp index 5d3ab7a9fb..23c570045f 100644 --- a/Source/Core/Common/Network.cpp +++ b/Source/Core/Common/Network.cpp @@ -3,6 +3,7 @@ // Refer to the license.txt file included. #include +#include #include #include