summaryrefslogtreecommitdiff
path: root/db/write_batch_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/write_batch_internal.h')
-rw-r--r--db/write_batch_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/write_batch_internal.h b/db/write_batch_internal.h
index d975444..6d65eed 100644
--- a/db/write_batch_internal.h
+++ b/db/write_batch_internal.h
@@ -9,6 +9,8 @@
namespace leveldb {
+class MemTable;
+
// WriteBatchInternal provides static methods for manipulating a
// WriteBatch that we don't want in the public WriteBatch interface.
class WriteBatchInternal {