summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authorVictor Costan <pwnall@chromium.org>2019-05-04 02:12:26 -0700
committerVictor Costan <pwnall@chromium.org>2019-05-04 02:12:27 -0700
commitabf441b657c7e75091e2bd59449df6849358b812 (patch)
treefbc4a51e4106e8042faf81be42bb2b0548e68e21 /table
parent78b39d68c15ba020c0d60a3906fb66dbf1697595 (diff)
parentdd598676cd655dc2a2aaef47715ce18175d4a550 (diff)
downloadleveldb-abf441b657c7e75091e2bd59449df6849358b812.tar.gz
Merge pull request #278 from wankai:master
PiperOrigin-RevId: 246591372
Diffstat (limited to 'table')
-rw-r--r--table/block_builder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/block_builder.cc b/table/block_builder.cc
index f7cb1b0..919cff5 100644
--- a/table/block_builder.cc
+++ b/table/block_builder.cc
@@ -33,7 +33,7 @@
#include <algorithm>
#include "leveldb/comparator.h"
-#include "leveldb/table_builder.h"
+#include "leveldb/options.h"
#include "util/coding.h"
namespace leveldb {