From bd4827db35aa4e1c0dcbe77795e864c6daae4dc5 Mon Sep 17 00:00:00 2001 From: arvidn Date: Wed, 3 Aug 2016 22:10:38 -0400 Subject: [PATCH] fix missing include --- examples/make_torrent.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/make_torrent.cpp b/examples/make_torrent.cpp index 095a6cd0e..ef846be13 100644 --- a/examples/make_torrent.cpp +++ b/examples/make_torrent.cpp @@ -43,6 +43,7 @@ POSSIBILITY OF SUCH DAMAGE. #include #include +#include #ifdef TORRENT_WINDOWS #include // for _getcwd