summaryrefslogtreecommitdiff
path: root/db/dumpfile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'db/dumpfile.cc')
-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"