aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-10-08 23:14:38 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-10-08 23:49:28 +0000
commit080ea734c2c6da5a3b90cb25a383df53a44168cd (patch)
tree150a46a3855c331532fb9f9f6a4ebe07e402c5bb
parentMerge pull request #5915 (diff)
downloadmonero-080ea734c2c6da5a3b90cb25a383df53a44168cd.tar.xz
easylogging++: fix build with glibc
-rw-r--r--external/easylogging++/ea_config.h2
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