Commit cd5109e9 authored by Matthias Vallentin's avatar Matthias Vallentin

Make tuple_cast<T...> available to the user.

The default include cppa/cppa.hpp did not make tuple_cast<T...> available to
the user. This commit adds the include.
parent bb5610ec
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
#include "cppa/to_string.hpp" #include "cppa/to_string.hpp"
#include "cppa/any_tuple.hpp" #include "cppa/any_tuple.hpp"
#include "cppa/cow_tuple.hpp" #include "cppa/cow_tuple.hpp"
#include "cppa/tuple_cast.hpp"
#include "cppa/exit_reason.hpp" #include "cppa/exit_reason.hpp"
#include "cppa/local_actor.hpp" #include "cppa/local_actor.hpp"
#include "cppa/scheduled_actor.hpp" #include "cppa/scheduled_actor.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