Skip to content

Commit c65a78e

Browse files
committed
Add new headers.
1 parent 7b9f6e5 commit c65a78e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

asio/include/Makefile.am

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ nobase_include_HEADERS = \
2828
asio/datagram_socket_service.hpp \
2929
asio/deadline_timer.hpp \
3030
asio/deadline_timer_service.hpp \
31+
asio/detail/addressof.hpp \
3132
asio/detail/array_fwd.hpp \
3233
asio/detail/array.hpp \
34+
asio/detail/assert.hpp \
3335
asio/detail/atomic_count.hpp \
3436
asio/detail/base_from_completion_cond.hpp \
3537
asio/detail/bind_handler.hpp \
@@ -41,6 +43,7 @@ nobase_include_HEADERS = \
4143
asio/detail/completion_handler.hpp \
4244
asio/detail/config.hpp \
4345
asio/detail/consuming_buffers.hpp \
46+
asio/detail/cstdint.hpp \
4447
asio/detail/date_time_fwd.hpp \
4548
asio/detail/deadline_timer_service.hpp \
4649
asio/detail/dependent_type.hpp \
@@ -55,6 +58,7 @@ nobase_include_HEADERS = \
5558
asio/detail/event.hpp \
5659
asio/detail/fd_set_adapter.hpp \
5760
asio/detail/fenced_block.hpp \
61+
asio/detail/function.hpp \
5862
asio/detail/gcc_arm_fenced_block.hpp \
5963
asio/detail/gcc_hppa_fenced_block.hpp \
6064
asio/detail/gcc_sync_fenced_block.hpp \
@@ -111,6 +115,7 @@ nobase_include_HEADERS = \
111115
asio/detail/io_control.hpp \
112116
asio/detail/kqueue_reactor_fwd.hpp \
113117
asio/detail/kqueue_reactor.hpp \
118+
asio/detail/limits.hpp \
114119
asio/detail/local_free_on_block_exit.hpp \
115120
asio/detail/macos_fenced_block.hpp \
116121
asio/detail/mutex.hpp \
@@ -183,6 +188,7 @@ nobase_include_HEADERS = \
183188
asio/detail/task_io_service_operation.hpp \
184189
asio/detail/thread.hpp \
185190
asio/detail/throw_error.hpp \
191+
asio/detail/throw_exception.hpp \
186192
asio/detail/timer_queue_base.hpp \
187193
asio/detail/timer_queue_fwd.hpp \
188194
asio/detail/timer_queue.hpp \
@@ -191,6 +197,7 @@ nobase_include_HEADERS = \
191197
asio/detail/timer_scheduler_fwd.hpp \
192198
asio/detail/timer_scheduler.hpp \
193199
asio/detail/tss_ptr.hpp \
200+
asio/detail/type_traits.hpp \
194201
asio/detail/wait_handler.hpp \
195202
asio/detail/wait_op.hpp \
196203
asio/detail/weak_ptr.hpp \

0 commit comments

Comments
 (0)