From 7a95947bac9ba5828c0ad2f99d46ac6f2616d362 Mon Sep 17 00:00:00 2001 From: Johan Gunnarsson Date: Sat, 22 Jul 2017 00:34:58 +0200 Subject: [PATCH] Add torrent_flags.hpp to Makefile.am --- include/libtorrent/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libtorrent/Makefile.am b/include/libtorrent/Makefile.am index a181d5513..cac561f43 100644 --- a/include/libtorrent/Makefile.am +++ b/include/libtorrent/Makefile.am @@ -137,6 +137,7 @@ nobase_include_HEADERS = \ string_util.hpp \ time.hpp \ timestamp_history.hpp \ + torrent_flags.hpp \ torrent_handle.hpp \ torrent.hpp \ torrent_info.hpp \