mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
nvmeof: add missing includes
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
This commit is contained in:
parent
19338a1cf0
commit
ec8fad9a78
@ -20,6 +20,7 @@
|
||||
#include "include/compat.h"
|
||||
|
||||
#include "include/stringify.h"
|
||||
#include "include/types.h" // for client_t
|
||||
#include "include/ceph_features.h"
|
||||
#include "global/global_context.h"
|
||||
#include "global/signal_handler.h"
|
||||
@ -27,6 +28,7 @@
|
||||
|
||||
#include "messages/MNVMeofGwBeacon.h"
|
||||
#include "messages/MNVMeofGwMap.h"
|
||||
#include "msg/Messenger.h"
|
||||
#include "NVMeofGwMonitorClient.h"
|
||||
#include "NVMeofGwClient.h"
|
||||
#include "NVMeofGwMonitorGroupClient.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user