aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs_real.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-20 22:28:35 -0400
committerLioncash <mathew1800@gmail.com>2018-07-20 22:28:35 -0400
commitec71915ede4cd1322ce1781b2a4545dfd46a0abf (patch)
tree641ca049b7101c87f76faa7714c49af9a8181d54 /src/core/file_sys/vfs_real.cpp
parentd36e327ba62fc853d75c413fd30ba38385dfa210 (diff)
partition_filesystem, vfs_real: Add missing standard includes
Diffstat (limited to 'src/core/file_sys/vfs_real.cpp')
-rw-r--r--src/core/file_sys/vfs_real.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/vfs_real.cpp b/src/core/file_sys/vfs_real.cpp
index 305d44a93..8df6e97ef 100644
--- a/src/core/file_sys/vfs_real.cpp
+++ b/src/core/file_sys/vfs_real.cpp
@@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#include <algorithm>
#include <iterator>
#include <utility>