Skip to content

Commit

Permalink
add missing header required for std::function
Browse files Browse the repository at this point in the history
otherwise Visual Studio will have trouble compiling this file
  • Loading branch information
jsteemann committed Sep 18, 2015
1 parent 1fc16cb commit 669b892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/rocksdb/utilities/backupable_db.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <string>
#include <map>
#include <vector>
#include <functional>

#include "rocksdb/utilities/stackable_db.h"

Expand Down

0 comments on commit 669b892

Please sign in to comment.