summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohit Nirmal <rohitnirmal9@gmail.com>2015-06-04 21:05:10 -0500
committerRohit Nirmal <rohitnirmal9@gmail.com>2015-06-04 21:05:10 -0500
commitcd5142ddeb40f37a8fafc85b9b005e26198ec17a (patch)
tree4a5e52c04c86d690f81d9da5343b4bc3fb614bf8
parentd571e1acc49aaee4c1437e426b95a9aeded729dd (diff)
Fix building with PCH disabled.
-rw-r--r--Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_fs.cpp2
1 files changed, 2 insertions, 0 deletions
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 <algorithm>
+
#include "Common/ChunkFile.h"
#include "Common/CommonPaths.h"
#include "Common/CommonTypes.h"