From fc6142828829a34df88817b15c7836b71c482fbf Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Sun, 17 Nov 2013 21:58:16 -0800 Subject: [PATCH] Include in db_test Summary: This is the only compile issue in Ubuntu. It might be better to include only in env_posix and add Truncate function to Env, but since we use truncate only in db_test, I don't think it makes much sense. Test Plan: Rocksdb now compiles on Ubuntu! Reviewers: dhruba, kailiu Reviewed By: dhruba CC: leveldb Differential Revision: https://reviews.facebook.net/D14127 --- db/db_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/db/db_test.cc b/db/db_test.cc index 1d2789de26..aca07bcff3 100644 --- a/db/db_test.cc +++ b/db/db_test.cc @@ -9,6 +9,7 @@ #include #include +#include #include "rocksdb/db.h" #include "rocksdb/filter_policy.h"