Skip to content

Commit 94d414a

Browse files
committed
common/CommandTable.h: add missing includes
Signed-off-by: Max Kellermann <[email protected]>
1 parent c772ebf commit 94d414a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/common/CommandTable.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,16 @@
1515
#ifndef COMMAND_TABLE_H_
1616
#define COMMAND_TABLE_H_
1717

18+
#include <map>
19+
#include <set>
20+
#include <string>
21+
#include <vector>
22+
23+
#include "include/buffer_fwd.h"
24+
#include "include/types.h" // for ceph_tid_t
1825
#include "messages/MCommand.h"
1926
#include "messages/MMgrCommand.h"
27+
#include "msg/Connection.h" // for ConnectionRef
2028

2129
class CommandOp
2230
{

0 commit comments

Comments
 (0)