lt fix - added missing include guard to disk_io_thread.hpp

This commit is contained in:
Marcos Pinto 2007-12-17 23:55:31 +00:00
parent 53702b378e
commit 9251a82259

View File

@ -30,6 +30,9 @@ POSSIBILITY OF SUCH DAMAGE.
*/ */
#ifndef TORRENT_DISK_IO_THREAD
#define TORRENT_DISK_IO_THREAD
#ifdef TORRENT_DISK_STATS #ifdef TORRENT_DISK_STATS
#include <fstream> #include <fstream>
#endif #endif
@ -152,3 +155,5 @@ namespace libtorrent
} }
#endif