Skip to content
Snippets Groups Projects
Commit 195346f2 authored by Reiner Hauser's avatar Reiner Hauser
Browse files

Changes for Boost 1.68: include backward compatible io_service

parent 70fa14a9
No related branches found
Tags asyncmsg-00-01-16
No related merge requests found
Pipeline #
#ifndef ASYNCMSG_SERVER_H
#define ASYNCMSG_SERVER_H
#include <boost/asio/io_service.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/strand.hpp>
#include <atomic>
......
......@@ -4,6 +4,7 @@
#include "asyncmsg/detail/Header.h"
#include "asyncmsg/Message.h"
#include <boost/asio/io_service.hpp>
#include <boost/asio/buffer.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/strand.hpp>
......
......@@ -5,6 +5,7 @@
#include "asyncmsg/detail/Header.h"
#include "asyncmsg/Message.h"
#include <boost/asio/io_service.hpp>
#include <boost/asio/buffer.hpp>
#include <boost/asio/ip/udp.hpp>
#include <boost/asio/strand.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment