diff options
| author | Rohit Nirmal <rohitnirmal9@gmail.com> | 2015-06-04 21:05:10 -0500 |
|---|---|---|
| committer | Rohit Nirmal <rohitnirmal9@gmail.com> | 2015-06-04 21:05:10 -0500 |
| commit | cd5142ddeb40f37a8fafc85b9b005e26198ec17a (patch) | |
| tree | 4a5e52c04c86d690f81d9da5343b4bc3fb614bf8 /Source/Core | |
| parent | d571e1acc49aaee4c1437e426b95a9aeded729dd (diff) | |
Fix building with PCH disabled.
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/IPC_HLE/WII_IPC_HLE_Device_fs.cpp | 2 |
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" |
