From f48ec5b00ee665fdf0cfc4c9b26b09a1858581ce Mon Sep 17 00:00:00 2001 From: Aleksandr Mikhnenko Date: Tue, 20 Jan 2026 15:58:20 +0300 Subject: [PATCH] Fix build with libcxx 20.1.8 --- util/stderr_logger.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/stderr_logger.cc b/util/stderr_logger.cc index 1005b724b5de..928747cfdebf 100644 --- a/util/stderr_logger.cc +++ b/util/stderr_logger.cc @@ -4,6 +4,8 @@ // COPYING file in the root directory) and Apache 2.0 License // (found in the LICENSE.Apache file in the root directory). +#include + #include "util/stderr_logger.h" #include "port/malloc.h"