From b900f6e197757ff34364d50a361a9d37bca66c6e Mon Sep 17 00:00:00 2001 From: Andrew Kryczka Date: Thu, 23 Mar 2017 18:27:51 -0700 Subject: [PATCH] fix a header include --- table/persistent_cache_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table/persistent_cache_options.h b/table/persistent_cache_options.h index c0873921c..f05f4805c 100644 --- a/table/persistent_cache_options.h +++ b/table/persistent_cache_options.h @@ -6,7 +6,7 @@ #include -#include "include/rocksdb/persistent_cache.h" +#include "rocksdb/persistent_cache.h" #include "util/statistics.h" namespace rocksdb {