add missing header required for std::function
otherwise Visual Studio will have trouble compiling this file
This commit is contained in:
parent
1fc16cb2eb
commit
669b892f97
@ -18,6 +18,7 @@
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <functional>
|
||||
|
||||
#include "rocksdb/utilities/stackable_db.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user