From 202942b20cbd7a2dd539dcc4250688dd6a9a932e Mon Sep 17 00:00:00 2001 From: Patrick Pei <14530807+patrickpei@users.noreply.github.com> Date: Thu, 22 Aug 2019 16:20:20 -0700 Subject: [PATCH] Fix local includes Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/5722 Differential Revision: D16908380 fbshipit-source-id: 6a0e3cb2730b08d6012d3d7f31c937f01c399846 --- table/get_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table/get_context.h b/table/get_context.h index 1a1594990..8a2f24464 100644 --- a/table/get_context.h +++ b/table/get_context.h @@ -4,8 +4,8 @@ // (found in the LICENSE.Apache file in the root directory). #pragma once -#include #include +#include "db/dbformat.h" #include "db/merge_context.h" #include "db/read_callback.h" #include "rocksdb/env.h"