diff options
Diffstat (limited to 'src/common/i18n.cpp')
-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" |