From aa2ce160ecc2d4b237805378622b0d3d6b19cd28 Mon Sep 17 00:00:00 2001 From: Christopher Kohlhoff Date: Mon, 26 Sep 2011 21:44:32 +1000 Subject: [PATCH] Add allocator header. --- asio/src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/asio/src/Makefile.am b/asio/src/Makefile.am index 5c9f5eaf..048c09a9 100644 --- a/asio/src/Makefile.am +++ b/asio/src/Makefile.am @@ -531,6 +531,7 @@ EXTRA_DIST = \ examples/ssl/server.pem \ examples/ssl/dh512.pem \ examples/timers/tick_count_timer.cpp \ + tests/latency/allocator.hpp \ tests/performance/handler_allocator.hpp \ tests/unit/archetypes/gettable_socket_option.hpp \ tests/unit/archetypes/io_control_command.hpp \