devel/caf: unbreak build with clang/libc++ 4.0

PR:		216650
Submitted by:	Matthias Vallentin <vallentin@icir.org> (maintainer)
This commit is contained in:
Jan Beich 2017-01-31 02:44:35 +00:00
parent 25ef38c25a
commit 501a224102
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432892

View file

@ -0,0 +1,10 @@
--- libcaf_core/src/actor_config.cpp.orig 2017-01-10 12:26:48 UTC
+++ libcaf_core/src/actor_config.cpp
@@ -17,6 +17,7 @@
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
+#include "caf/behavior.hpp"
#include "caf/actor_config.hpp"
namespace caf {