]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/include/rocksdb/utilities/leveldb_options.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / rocksdb / include / rocksdb / utilities / leveldb_options.h
index e9fef9609b907fcafca6097136d22eb9662461b5..7e4a6faa4eae0fcbb10bfffd1cf47c592bf5ae1d 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <stddef.h>
 
+#include "rocksdb/compression_type.h"
 #include "rocksdb/rocksdb_namespace.h"
 
 namespace ROCKSDB_NAMESPACE {
@@ -23,8 +24,6 @@ class Logger;
 struct Options;
 class Snapshot;
 
-enum CompressionType : unsigned char;
-
 // Options to control the behavior of a database (passed to
 // DB::Open). A LevelDBOptions object can be initialized as though
 // it were a LevelDB Options object, and then it can be converted into