added missing include guard to disk_io_thread.hpp

This commit is contained in:
Arvid Norberg 2007-12-17 22:07:03 +00:00
parent 5e6ef9dcb0
commit f6b34b7f0b
1 changed files with 5 additions and 0 deletions

View File

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