From 430f6e684b44fd40f701053e9741ba48c0278de0 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 16 Jan 2004 03:10:38 +0000 Subject: [PATCH] *** empty log message *** --- include/libtorrent/file.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/libtorrent/file.hpp b/include/libtorrent/file.hpp index 6974611de..fd130efa2 100755 --- a/include/libtorrent/file.hpp +++ b/include/libtorrent/file.hpp @@ -34,6 +34,7 @@ POSSIBILITY OF SUCH DAMAGE. #define TORRENT_FILE_HPP_INCLUDED #include +#include #include #include @@ -55,7 +56,7 @@ namespace libtorrent class seek_mode { - friend file; + friend class file; private: seek_mode(int v): m_val(v) {} int m_val; @@ -66,7 +67,7 @@ namespace libtorrent class open_mode { - friend file; + friend class file; public: open_mode(): m_mask(0) {}