summarylogtreecommitdiffstats
path: root/boost-asio-1-66.patch
blob: 181fb1da6dfa9b0551bf11710b5a913e83f31f6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/include/core/dbus/asio/executor.h b/include/core/dbus/asio/executor.h
index d1f043e..7cbece2 100644
--- a/include/core/dbus/asio/executor.h
+++ b/include/core/dbus/asio/executor.h
@@ -26,7 +26,11 @@ namespace boost
 {
 namespace asio
 {
+#if BOOST_VERSION >= 106600
+class io_context;
+#else
 class io_service;
+#endif
 }
 }