summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorcostan <costan@google.com>2018-03-16 19:10:13 -0700
committerVictor Costan <pwnall@chromium.org>2018-03-16 19:17:27 -0700
commit739c25100e46576cdcdfff2d6f43f9f7008103c7 (patch)
tree92fc9ecdd918383f73983cfb3e81dbc5bce8a901 /db
parent0fa5a4f7b1ad9dc16b705bcad1f3ca913f187325 (diff)
downloadleveldb-739c25100e46576cdcdfff2d6f43f9f7008103c7.tar.gz
Add CMake build support.
Fixes https://github.com/google/leveldb/issues/466 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=189425354
Diffstat (limited to 'db')
-rw-r--r--db/dumpfile.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/dumpfile.cc b/db/dumpfile.cc
index 61c47c2..2f1b5d9 100644
--- a/db/dumpfile.cc
+++ b/db/dumpfile.cc
@@ -2,7 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
+#include "leveldb/dumpfile.h"
+
#include <stdio.h>
+
#include "db/dbformat.h"
#include "db/filename.h"
#include "db/log_reader.h"