Commit 9ea0040e authored by Dominik Charousset's avatar Dominik Charousset

Add missing includes

parent 3f7a252d
...@@ -19,8 +19,10 @@ ...@@ -19,8 +19,10 @@
#pragma once #pragma once
#include <memory> #include <memory>
#include <vector>
#include "caf/fwd.hpp" #include "caf/fwd.hpp"
#include "caf/stream_slot.hpp"
namespace caf { namespace caf {
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <memory> #include <memory>
#include "caf/downstream_manager.hpp" #include "caf/downstream_manager.hpp"
#include "caf/outbound_path.hpp"
#include "caf/detail/unordered_flat_map.hpp" #include "caf/detail/unordered_flat_map.hpp"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment