From: Adam C. Emerson Date: Mon, 8 May 2023 14:06:16 +0000 (-0400) Subject: Include needed X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=72694d047500a703357c051fd21655fbc3c04d89;p=rocksdb.git Include needed As of GCC13 this has to be explicitly included. Signed-off-by: Adam C. Emerson --- diff --git a/table/block_based/data_block_hash_index.h b/table/block_based/data_block_hash_index.h index f356395f..32152217 100644 --- a/table/block_based/data_block_hash_index.h +++ b/table/block_based/data_block_hash_index.h @@ -5,6 +5,7 @@ #pragma once +#include #include #include diff --git a/util/string_util.h b/util/string_util.h index 55d106ff..11178fd1 100644 --- a/util/string_util.h +++ b/util/string_util.h @@ -6,6 +6,7 @@ #pragma once +#include #include #include #include