File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 55#ifndef STORAGE_LEVELDB_DB_SNAPSHOT_H_
66#define STORAGE_LEVELDB_DB_SNAPSHOT_H_
77
8+ #include " db/dbformat.h"
89#include " leveldb/db.h"
910
1011namespace leveldb {
Original file line number Diff line number Diff line change 55#ifndef STORAGE_LEVELDB_DB_WRITE_BATCH_INTERNAL_H_
66#define STORAGE_LEVELDB_DB_WRITE_BATCH_INTERNAL_H_
77
8+ #include " db/dbformat.h"
89#include " leveldb/write_batch.h"
910
1011namespace leveldb {
Original file line number Diff line number Diff line change 55#ifndef STORAGE_LEVELDB_TABLE_ITERATOR_WRAPPER_H_
66#define STORAGE_LEVELDB_TABLE_ITERATOR_WRAPPER_H_
77
8+ #include " leveldb/iterator.h"
9+ #include " leveldb/slice.h"
10+
811namespace leveldb {
912
1013// A internal wrapper class with an interface similar to Iterator that
You can’t perform that action at this time.
0 commit comments