aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-10-10 14:30:55 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-10-10 14:30:55 -0500
commitaa72c21d842e346c6e734356649c96965d3b6fa5 (patch)
tree150a46a3855c331532fb9f9f6a4ebe07e402c5bb
parentMerge pull request #5915 (diff)
parenteasylogging++: fix build with glibc (diff)
downloadmonero-aa72c21d842e346c6e734356649c96965d3b6fa5.tar.xz
Merge pull request #5969
080ea73 easylogging++: fix build with glibc (moneromooo-monero)
-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