1
0
mirror of https://github.com/tearshark/librf.git synced 2024-10-01 15:57:07 +08:00
librf/librf/src/asio_task.h

9 lines
130 B
C
Raw Normal View History


#pragma once
2019-04-25 11:35:23 +08:00
#if ASIO_VERSION >= 101200
#include "asio_task_1.12.0.inl"
#else
#include "asio_task_1.10.0.inl"
#endif