diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-10-10 14:30:55 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-10-10 14:30:55 -0500 |
commit | aa72c21d842e346c6e734356649c96965d3b6fa5 (patch) | |
tree | 150a46a3855c331532fb9f9f6a4ebe07e402c5bb | |
parent | Merge pull request #5915 (diff) | |
parent | easylogging++: fix build with glibc (diff) | |
download | monero-aa72c21d842e346c6e734356649c96965d3b6fa5.tar.xz |
Merge pull request #5969
080ea73 easylogging++: fix build with glibc (moneromooo-monero)
-rw-r--r-- | external/easylogging++/ea_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/external/easylogging++/ea_config.h b/external/easylogging++/ea_config.h index 5bc603391..91a671575 100644 --- a/external/easylogging++/ea_config.h +++ b/external/easylogging++/ea_config.h @@ -1,5 +1,7 @@ #pragma once +#include <limits.h> + #define ELPP_THREAD_SAFE #define ELPP_DEFAULT_LOG_FILE "" #define ELPP_DISABLE_DEFAULT_CRASH_HANDLING |