devel/caf: unbreak build with clang/libc++ 4.0
PR: 216650 Submitted by: Matthias Vallentin <vallentin@icir.org> (maintainer)
This commit is contained in:
parent
25ef38c25a
commit
501a224102
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432892
1 changed files with 10 additions and 0 deletions
10
devel/caf/files/patch-libcaf__core_src_actor__config.cpp
Normal file
10
devel/caf/files/patch-libcaf__core_src_actor__config.cpp
Normal 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 {
|
Loading…
Reference in a new issue