From b3d354f534c4f6509614d7de1eccd4adc19434f5 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 23 May 2007 22:58:54 +0000 Subject: [PATCH] added missing time.hpp to Makefile.am --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile.am b/include/Makefile.am index 9a9e650cf..5ec4542f3 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -46,6 +46,7 @@ libtorrent/socket_type.hpp \ libtorrent/socks5_stream.hpp \ libtorrent/stat.hpp \ libtorrent/storage.hpp \ +libtorrent/time.hpp \ libtorrent/torrent.hpp \ libtorrent/torrent_handle.hpp \ libtorrent/torrent_info.hpp \