Commit f061df04 authored by Jakob Otto's avatar Jakob Otto

Add midding CAF_NET_EXPORT

parent 0b579f72
......@@ -21,6 +21,7 @@
#include <string>
#include "caf/actor.hpp"
#include "caf/detail/net_export.hpp"
#include "caf/detail/serialized_size.hpp"
#include "caf/fwd.hpp"
#include "caf/intrusive/drr_queue.hpp"
......@@ -33,7 +34,7 @@
namespace caf::net {
class endpoint_manager_queue {
class CAF_NET_EXPORT endpoint_manager_queue {
public:
enum class element_type { event, message };
......
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