diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-08-29 12:30:57 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-08-29 12:30:57 -0400 |
commit | 2222bea92fdeef7e6449d2d784cdfc3012641ee1 (patch) | |
tree | 35bcc7d4aba1775a1e8ae2d9375be3c30a70f42a | |
parent | Merge pull request #7888 (diff) | |
parent | v0.17: Fix Boost-1.77: Add missing algorithm header to i18n.cpp (diff) | |
download | monero-0.17.2.3.tar.xz |
Merge pull request #7902v0.17.2.3
0ae1cd2 v0.17: Fix Boost-1.77: Add missing algorithm header to i18n.cpp (mj-xmr)
-rw-r--r-- | src/common/i18n.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/i18n.cpp b/src/common/i18n.cpp index ebc367b3a..e5b2e32f6 100644 --- a/src/common/i18n.cpp +++ b/src/common/i18n.cpp @@ -34,6 +34,7 @@ #include "file_io_utils.h" #include "common/i18n.h" #include "translation_files.h" +#include <algorithm> #undef MONERO_DEFAULT_LOG_CATEGORY #define MONERO_DEFAULT_LOG_CATEGORY "i18n" |