Commit a75d435 1 parent b234f65 commit a75d435 Copy full SHA for a75d435
File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5
5
#ifndef STORAGE_LEVELDB_DB_SNAPSHOT_H_
6
6
#define STORAGE_LEVELDB_DB_SNAPSHOT_H_
7
7
8
+ #include " db/dbformat.h"
8
9
#include " leveldb/db.h"
9
10
10
11
namespace leveldb {
Original file line number Diff line number Diff line change 5
5
#ifndef STORAGE_LEVELDB_DB_WRITE_BATCH_INTERNAL_H_
6
6
#define STORAGE_LEVELDB_DB_WRITE_BATCH_INTERNAL_H_
7
7
8
+ #include " db/dbformat.h"
8
9
#include " leveldb/write_batch.h"
9
10
10
11
namespace leveldb {
Original file line number Diff line number Diff line change 5
5
#ifndef STORAGE_LEVELDB_TABLE_ITERATOR_WRAPPER_H_
6
6
#define STORAGE_LEVELDB_TABLE_ITERATOR_WRAPPER_H_
7
7
8
+ #include " leveldb/iterator.h"
9
+ #include " leveldb/slice.h"
10
+
8
11
namespace leveldb {
9
12
10
13
// A internal wrapper class with an interface similar to Iterator that
You can’t perform that action at this time.
0 commit comments