Skip to content

Commit 2222bea

Browse files
committed
Merge pull request #7902
0ae1cd2 v0.17: Fix Boost-1.77: Add missing algorithm header to i18n.cpp (mj-xmr)
2 parents f12e75b + 0ae1cd2 commit 2222bea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/i18n.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include "file_io_utils.h"
3535
#include "common/i18n.h"
3636
#include "translation_files.h"
37+
#include <algorithm>
3738

3839
#undef MONERO_DEFAULT_LOG_CATEGORY
3940
#define MONERO_DEFAULT_LOG_CATEGORY "i18n"

0 commit comments

Comments
 (0)