Skip to content

Commit 99cb01a

Browse files
committed
msg/async/AsyncConnection: add missing includes
Signed-off-by: Max Kellermann <[email protected]>
1 parent e9cc8f7 commit 99cb01a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/msg/async/AsyncConnection.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@
2020
#include <atomic>
2121
#include <pthread.h>
2222
#include <climits>
23+
#include <deque>
2324
#include <list>
2425
#include <mutex>
2526
#include <map>
27+
#include <set>
2628
#include <functional>
2729
#include <optional>
2830

0 commit comments

Comments
 (0)