mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
Merge pull request #13454 from joscollin/joscollin-fix
os/FuseStore: include <functional> header in src/os/FuseStore.h for gcc 7.x Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
This commit is contained in:
commit
5d1014f5fe
@ -7,6 +7,7 @@
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
#include <functional>
|
||||
|
||||
#include "common/Thread.h"
|
||||
#include "include/buffer.h"
|
||||
|
Loading…
Reference in New Issue
Block a user