From e78389b554d0d8faf3bf485f7467b84dd15b25f2 Mon Sep 17 00:00:00 2001 From: Yueh-Hsuan Chiang Date: Tue, 10 Nov 2015 23:22:30 -0800 Subject: [PATCH] Fixed build failure of RocksDBLite test on options_file_test.cc Summary: Fixed build failure of RocksDBLite test Test Plan: options_file_test Reviewers: igor, sdong, anthony, IslamAbdelRahman Subscribers: dhruba Differential Revision: https://reviews.facebook.net/D50595 --- db/options_file_test.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db/options_file_test.cc b/db/options_file_test.cc index 808e492be..86a98899a 100644 --- a/db/options_file_test.cc +++ b/db/options_file_test.cc @@ -109,6 +109,9 @@ int main(int argc, char** argv) { #endif // !(defined NDEBUG) || !defined(OS_WIN) } #else + +#include + int main(int argc, char** argv) { printf("Skipped as Options file is not supported in RocksDBLite.\n"); return 0;