summaryrefslogtreecommitdiff
path: root/tools/trace_analyzer_test.cc
diff options
context:
space:
mode:
authorsdong <siying.d@fb.com>2019-09-16 10:31:27 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-09-16 10:33:51 -0700
commitb931f84e562a6f484fe0e700bdc5471d395a3924 (patch)
treec9e097caccaf119712aebf3843f3eefc045aca07 /tools/trace_analyzer_test.cc
parent915d72d849d0ba1fe88310ea81ce627270b88df7 (diff)
Divide file_reader_writer.h and .cc (#5803)
Summary: file_reader_writer.h and .cc contain several files and helper function, and it's hard to navigate. Separate it to multiple files and put them under file/ Pull Request resolved: https://github.com/facebook/rocksdb/pull/5803 Test Plan: Build whole project using make and cmake. Differential Revision: D17374550 fbshipit-source-id: 10efca907721e7a78ed25bbf74dc5410dea05987
Diffstat (limited to 'tools/trace_analyzer_test.cc')
-rw-r--r--tools/trace_analyzer_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/trace_analyzer_test.cc b/tools/trace_analyzer_test.cc
index dcc954384..f27792241 100644
--- a/tools/trace_analyzer_test.cc
+++ b/tools/trace_analyzer_test.cc
@@ -23,6 +23,7 @@ int main() {
#include <thread>
#include "db/db_test_util.h"
+#include "file/read_write_util.h"
#include "rocksdb/db.h"
#include "rocksdb/env.h"
#include "rocksdb/status.h"