2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 00:15:17 +00:00

[4009] ASIO_HPP -> BOOST_ASIO_HPP

This commit is contained in:
Francis Dupont
2015-09-02 20:06:53 +02:00
parent b494fd351e
commit 5526c8641e
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
#ifndef UDP_SOCKET_H
#define UDP_SOCKET_H 1
#ifndef ASIO_HPP
#ifndef BOOST_ASIO_HPP
#error "asio.hpp must be included before including this, see asiolink.h as to why"
#endif