diff options
Diffstat (limited to 'src/common/fs/fs_util.cpp')
-rw-r--r-- | src/common/fs/fs_util.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/fs/fs_util.cpp b/src/common/fs/fs_util.cpp index 1f47c2310d..0068112e63 100644 --- a/src/common/fs/fs_util.cpp +++ b/src/common/fs/fs_util.cpp @@ -2,6 +2,8 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include <algorithm> + #include "common/fs/fs_util.h" namespace Common::FS { |