From 9bb420b074dd9504ae696d046a81520c5945f88b Mon Sep 17 00:00:00 2001 From: sledgehammer_999 Date: Mon, 20 Feb 2017 01:30:40 +0200 Subject: [PATCH] Move include into implementation instead(from #1703). --- bindings/python/src/create_torrent.cpp | 1 + include/libtorrent/create_torrent.hpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/src/create_torrent.cpp b/bindings/python/src/create_torrent.cpp index 13cb61f9e..5f6cafcd0 100644 --- a/bindings/python/src/create_torrent.cpp +++ b/bindings/python/src/create_torrent.cpp @@ -6,6 +6,7 @@ #include #include #include "libtorrent/torrent_info.hpp" +#include #include "bytes.hpp" using namespace boost::python; diff --git a/include/libtorrent/create_torrent.hpp b/include/libtorrent/create_torrent.hpp index 37cea88d7..9d05a11ba 100644 --- a/include/libtorrent/create_torrent.hpp +++ b/include/libtorrent/create_torrent.hpp @@ -39,7 +39,6 @@ POSSIBILITY OF SUCH DAMAGE. #include "libtorrent/storage.hpp" #include "libtorrent/hasher.hpp" #include "libtorrent/file.hpp" // for combine_path etc. -#include "libtorrent/version.hpp" #include "libtorrent/aux_/disable_warnings_push.hpp"