From 1537299666d7109f1202de335b026f4a913b8c4c Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 2 Aug 2011 16:59:03 +0000 Subject: [PATCH] add missing header file to makfile --- include/libtorrent/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libtorrent/Makefile.am b/include/libtorrent/Makefile.am index 25961d1d5..79fba7fe4 100644 --- a/include/libtorrent/Makefile.am +++ b/include/libtorrent/Makefile.am @@ -32,6 +32,7 @@ nobase_include_HEADERS = \ deadline_timer.hpp \ debug.hpp \ disk_buffer_holder.hpp \ + disk_buffer_pool.hpp \ disk_io_thread.hpp \ entry.hpp \ enum_net.hpp \