From eb275076ed724ec79b18fc3769b575d2aeb391fa Mon Sep 17 00:00:00 2001 From: Adam Emerson Date: Thu, 19 Oct 2023 20:10:05 -0400 Subject: [PATCH] test/os: Add missing include to Fragmentation_simulator.cc Signed-off-by: Adam Emerson --- src/test/objectstore/Fragmentation_simulator.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/objectstore/Fragmentation_simulator.cc b/src/test/objectstore/Fragmentation_simulator.cc index 8e99dc7036d20..02a2991cd0ce6 100644 --- a/src/test/objectstore/Fragmentation_simulator.cc +++ b/src/test/objectstore/Fragmentation_simulator.cc @@ -17,6 +17,7 @@ #include "include/buffer_fwd.h" #include "os/ObjectStore.h" #include "test/objectstore/ObjectStoreImitator.h" +#include #include #include #include -- 2.47.3