Commit 1080b8e7 authored by Dominik Charousset's avatar Dominik Charousset

Fix includes in catch_all.hpp, close #514

parent 98f8311f
......@@ -23,6 +23,10 @@
#include <functional>
#include <type_traits>
#include "caf/result.hpp"
#include "caf/message.hpp"
#include "caf/message_view.hpp"
namespace caf {
template <class F>
......
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