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
b2068067
Commit
b2068067
authored
Jul 18, 2023
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing includes
parent
1bd99ad1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
libcaf_core/caf/byte_address.hpp
libcaf_core/caf/byte_address.hpp
+1
-0
libcaf_core/caf/detail/squashed_int.hpp
libcaf_core/caf/detail/squashed_int.hpp
+1
-0
libcaf_core/caf/optional.hpp
libcaf_core/caf/optional.hpp
+1
-0
libcaf_net/caf/net/dsl/client_factory_base.hpp
libcaf_net/caf/net/dsl/client_factory_base.hpp
+1
-0
libcaf_net/caf/net/dsl/server_factory_base.hpp
libcaf_net/caf/net/dsl/server_factory_base.hpp
+1
-0
No files found.
libcaf_core/caf/byte_address.hpp
View file @
b2068067
...
...
@@ -6,6 +6,7 @@
#include "caf/config.hpp"
#include <algorithm>
#include <cstdint>
namespace
caf
{
...
...
libcaf_core/caf/detail/squashed_int.hpp
View file @
b2068067
...
...
@@ -4,6 +4,7 @@
#pragma once
#include <cstddef>
#include <cstdint>
#include <type_traits>
...
...
libcaf_core/caf/optional.hpp
View file @
b2068067
...
...
@@ -5,6 +5,7 @@
#pragma once
#include "caf/config.hpp"
#include "caf/fwd.hpp"
#include "caf/none.hpp"
#include "caf/unit.hpp"
...
...
libcaf_net/caf/net/dsl/client_factory_base.hpp
View file @
b2068067
...
...
@@ -10,6 +10,7 @@
#include "caf/net/ssl/tcp_acceptor.hpp"
#include "caf/net/tcp_accept_socket.hpp"
#include "caf/config_value.hpp"
#include "caf/make_counted.hpp"
#include <cstdint>
...
...
libcaf_net/caf/net/dsl/server_factory_base.hpp
View file @
b2068067
...
...
@@ -9,6 +9,7 @@
#include "caf/net/fwd.hpp"
#include "caf/net/tcp_accept_socket.hpp"
#include "caf/config_value.hpp"
#include "caf/make_counted.hpp"
#include <cstdint>
...
...
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