From 080ea734c2c6da5a3b90cb25a383df53a44168cd Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Tue, 8 Oct 2019 23:14:38 +0000 Subject: [PATCH] easylogging++: fix build with glibc --- external/easylogging++/ea_config.h | 2 ++ 1 file changed, 2 insertions(+) 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 + #define ELPP_THREAD_SAFE #define ELPP_DEFAULT_LOG_FILE "" #define ELPP_DISABLE_DEFAULT_CRASH_HANDLING