add missing header required for std::function

otherwise Visual Studio will have trouble compiling this file
This commit is contained in:
jsteemann 2015-09-18 22:18:40 +02:00
parent 1fc16cb2eb
commit 669b892f97

View File

@ -18,6 +18,7 @@
#include <string>
#include <map>
#include <vector>
#include <functional>
#include "rocksdb/utilities/stackable_db.h"