diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-10-08 23:14:38 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-10-08 23:49:28 +0000 |
commit | 080ea734c2c6da5a3b90cb25a383df53a44168cd (patch) | |
tree | 150a46a3855c331532fb9f9f6a4ebe07e402c5bb /external | |
parent | Merge pull request #5915 (diff) | |
download | monero-080ea734c2c6da5a3b90cb25a383df53a44168cd.tar.xz |
easylogging++: fix build with glibc
Diffstat (limited to 'external')
-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 |