Commit a192ed03 authored by Jakob Otto's avatar Jakob Otto

Add byte_buffer include

parent 288458b6
......@@ -21,6 +21,7 @@
#include <atomic>
#include <cstdint>
#include "caf/byte_buffer.hpp"
#include "caf/config.hpp"
#include "caf/detail/abstract_worker.hpp"
#include "caf/detail/worker_hub.hpp"
......
......@@ -21,6 +21,7 @@
#include <deque>
#include <vector>
#include "caf/byte_buffer.hpp"
#include "caf/fwd.hpp"
#include "caf/ip_endpoint.hpp"
#include "caf/logger.hpp"
......
......@@ -21,6 +21,7 @@
#include "caf/net/packet_writer.hpp"
#include "caf/byte_buffer.hpp"
#include "caf/span.hpp"
namespace caf::net {
......
......@@ -20,6 +20,7 @@
#include <deque>
#include "caf/byte_buffer.hpp"
#include "caf/fwd.hpp"
#include "caf/logger.hpp"
#include "caf/net/endpoint_manager.hpp"
......
......@@ -18,6 +18,7 @@
#pragma once
#include "caf/byte_buffer.hpp"
#include "caf/defaults.hpp"
#include "caf/detail/overload.hpp"
#include "caf/fwd.hpp"
......
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