From 576fd0c2530e26f174e525bfe27657f312c6acba Mon Sep 17 00:00:00 2001 From: Neil Shen Date: Fri, 7 Jun 2024 22:30:17 +0800 Subject: [PATCH] fix compile error Signed-off-by: Neil Shen --- port/port_posix.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/port/port_posix.h b/port/port_posix.h index cd2a0c766d1..381b090952b 100644 --- a/port/port_posix.h +++ b/port/port_posix.h @@ -87,6 +87,8 @@ namespace ROCKSDB_NAMESPACE { +static std::shared_ptr global_info_log; + extern const bool kDefaultToAdaptiveMutex; namespace port {