]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/os: Add missing include to Fragmentation_simulator.cc 52495/head
authorAdam Emerson <aemerson@redhat.com>
Fri, 20 Oct 2023 00:10:05 +0000 (20:10 -0400)
committerAdam Emerson <aemerson@redhat.com>
Thu, 7 Dec 2023 21:26:58 +0000 (16:26 -0500)
Signed-off-by: Adam Emerson <aemerson@redhat.com>
src/test/objectstore/Fragmentation_simulator.cc

index 8e99dc7036d20f405dcaccf293e9bfd0581cb6ca..02a2991cd0ce66f787663a97409cbf4d1f4496d2 100644 (file)
@@ -17,6 +17,7 @@
 #include "include/buffer_fwd.h"
 #include "os/ObjectStore.h"
 #include "test/objectstore/ObjectStoreImitator.h"
+#include <fstream>
 #include <boost/random/uniform_int.hpp>
 #include <fmt/core.h>
 #include <mutex>