]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/util/duplicate_detector.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rocksdb / util / duplicate_detector.h
index 72920ca3ce914e5e060d6fadf35c95da616bee56..d778622db81940ae4c9d2ed8b29649d081f48129 100644 (file)
@@ -5,8 +5,10 @@
 
 #pragma once
 
-#include <cinttypes>
+#include <cstdint>
 
+#include "db/db_impl/db_impl.h"
+#include "logging/logging.h"
 #include "util/set_comparator.h"
 
 namespace ROCKSDB_NAMESPACE {
@@ -52,7 +54,8 @@ class DuplicateDetector {
           db_->immutable_db_options().info_log,
           "Recovering an entry from the dropped column family %" PRIu32
           ". WAL must must have been emptied before dropping the column "
-          "family", cf);
+          "family",
+          cf);
 #ifndef ROCKSDB_LITE
       throw std::runtime_error(
           "Recovering an entry from a dropped column family. "