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
c3582f7b
Commit
c3582f7b
authored
Mar 29, 2023
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/neverlord/missing-includes'
parents
ed3ec1b9
c2ee99c3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
CHANGELOG.md
CHANGELOG.md
+1
-0
libcaf_core/caf/detail/ripemd_160.hpp
libcaf_core/caf/detail/ripemd_160.hpp
+1
-0
libcaf_core/caf/telemetry/metric_type.hpp
libcaf_core/caf/telemetry/metric_type.hpp
+2
-0
No files found.
CHANGELOG.md
View file @
c3582f7b
...
...
@@ -57,6 +57,7 @@ is based on [Keep a Changelog](https://keepachangelog.com).
correctly by opening the socket in IPv4 mode. Passing an empty bind address
now defaults to
`INADDR6_ANY`
(but allowing IPv4 clients) with
`INADDR_ANY`
as
fallback in case opening the socket in IPv6 mode failed.
-
Add missing includes that prevented CAF from compiling on GCC 13.
### Deprecated
...
...
libcaf_core/caf/detail/ripemd_160.hpp
View file @
c3582f7b
...
...
@@ -42,6 +42,7 @@
#include <array>
#include <string>
#include <cstdint>
#include "caf/detail/core_export.hpp"
...
...
libcaf_core/caf/telemetry/metric_type.hpp
View file @
c3582f7b
...
...
@@ -4,6 +4,8 @@
#pragma once
#include <cstdint>
namespace
caf
::
telemetry
{
enum
class
metric_type
:
uint8_t
{
...
...
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