mirror of
https://github.com/monero-project/monero.git
synced 2024-12-23 12:09:54 +00:00
v0.17: Fix Boost-1.77: Add missing algorithm header to i18n.cpp
This commit is contained in:
parent
317eceb725
commit
0ae1cd2413
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
||||||
#include "file_io_utils.h"
|
#include "file_io_utils.h"
|
||||||
#include "common/i18n.h"
|
#include "common/i18n.h"
|
||||||
#include "translation_files.h"
|
#include "translation_files.h"
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#undef MONERO_DEFAULT_LOG_CATEGORY
|
#undef MONERO_DEFAULT_LOG_CATEGORY
|
||||||
#define MONERO_DEFAULT_LOG_CATEGORY "i18n"
|
#define MONERO_DEFAULT_LOG_CATEGORY "i18n"
|
||||||
|
|
Loading…
Reference in a new issue