From 4693e2c94b27089526af57465d106c939b23aa60 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 19 Jan 2011 07:40:45 +0000 Subject: [PATCH] linux build fix --- examples/rss_reader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/rss_reader.cpp b/examples/rss_reader.cpp index 33b36ac96..ac1bd1157 100644 --- a/examples/rss_reader.cpp +++ b/examples/rss_reader.cpp @@ -2,6 +2,7 @@ #include "libtorrent/rss.hpp" #include "libtorrent/session.hpp" #include "libtorrent/bencode.hpp" +#include using namespace libtorrent;