Commit c41f1c24 authored by Dominik Charousset's avatar Dominik Charousset

Add missing includes, fix build with GCC 13

(cherry picked from commit c2ee99c3)
parent 4a9a8f60
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
#include <array> #include <array>
#include <string> #include <string>
#include <cstdint>
#include "caf/detail/core_export.hpp" #include "caf/detail/core_export.hpp"
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
#pragma once #pragma once
#include <cstdint>
namespace caf::telemetry { namespace caf::telemetry {
enum class metric_type : uint8_t { enum class metric_type : uint8_t {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment