From cd5142ddeb40f37a8fafc85b9b005e26198ec17a Mon Sep 17 00:00:00 2001 From: Rohit Nirmal Date: Thu, 4 Jun 2015 21:05:10 -0500 Subject: [PATCH] Fix building with PCH disabled. --- Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_fs.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_fs.cpp b/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_fs.cpp index 68108705fb..5424c612e7 100644 --- a/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_fs.cpp +++ b/Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_fs.cpp @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include + #include "Common/ChunkFile.h" #include "Common/CommonPaths.h" #include "Common/CommonTypes.h"