fix a header include
Summary: need to consistently include "rocksdb/persistent_cache.h" to fix internal build Closes https://github.com/facebook/rocksdb/pull/2034 Differential Revision: D4768101 Pulled By: ajkr fbshipit-source-id: 2ecb07f
This commit is contained in:
parent
91b5feb37b
commit
a5c8b54340
@ -6,7 +6,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "include/rocksdb/persistent_cache.h"
|
||||
#include "rocksdb/persistent_cache.h"
|
||||
#include "util/statistics.h"
|
||||
|
||||
namespace rocksdb {
|
||||
|
Loading…
x
Reference in New Issue
Block a user