Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
9ea0040e
Commit
9ea0040e
authored
May 12, 2018
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing includes
parent
3f7a252d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
libcaf_core/caf/downstream_manager.hpp
libcaf_core/caf/downstream_manager.hpp
+2
-0
libcaf_core/caf/downstream_manager_base.hpp
libcaf_core/caf/downstream_manager_base.hpp
+1
-0
No files found.
libcaf_core/caf/downstream_manager.hpp
View file @
9ea0040e
...
@@ -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
{
...
...
libcaf_core/caf/downstream_manager_base.hpp
View file @
9ea0040e
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment