summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authorChris Mumford <cmumford@chromium.org>2014-12-11 08:02:45 -0800
committerChris Mumford <cmumford@chromium.org>2014-12-11 08:02:45 -0800
commita75d435d1de55530ead02bbd51dd4424bef50330 (patch)
tree1c2cd7a1a3a7e1eff243ce514d72b30960ac84de /table
parentb234f65b3461f70de493f566bb2ff8bf15d770d1 (diff)
downloadleveldb-a75d435d1de55530ead02bbd51dd4424bef50330.tar.gz
Clean up layering of storage/leveldb/...
With these changes, this package should be properly cleaned up and not require any further changes.
Diffstat (limited to 'table')
-rw-r--r--table/iterator_wrapper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/table/iterator_wrapper.h b/table/iterator_wrapper.h
index 9e16b3d..f410c3f 100644
--- a/table/iterator_wrapper.h
+++ b/table/iterator_wrapper.h
@@ -5,6 +5,9 @@
#ifndef STORAGE_LEVELDB_TABLE_ITERATOR_WRAPPER_H_
#define STORAGE_LEVELDB_TABLE_ITERATOR_WRAPPER_H_
+#include "leveldb/iterator.h"
+#include "leveldb/slice.h"
+
namespace leveldb {
// A internal wrapper class with an interface similar to Iterator that