diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 01:50:03 -0400 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-20 02:25:09 -0400 |
commit | 866b7c20a8958069a048ffa600155ec3cbd2e5f2 (patch) | |
tree | 54191364052f7adc86f4f94afcb45b68186edda2 /src/common/fs/fs_util.cpp | |
parent | a367db44cfef5a53f58eef947d75964ce9719a89 (diff) |
general: Fix clang/gcc build errors
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 { |