From: Adam Emerson Date: Fri, 20 Oct 2023 00:10:05 +0000 (-0400) Subject: test/os: Add missing include to Fragmentation_simulator.cc X-Git-Tag: v19.3.0~349^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eb275076ed724ec79b18fc3769b575d2aeb391fa;p=ceph.git test/os: Add missing include to Fragmentation_simulator.cc Signed-off-by: Adam Emerson --- diff --git a/src/test/objectstore/Fragmentation_simulator.cc b/src/test/objectstore/Fragmentation_simulator.cc index 8e99dc7036d2..02a2991cd0ce 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