This commit is contained in:
Arvid Norberg 2009-06-23 01:57:53 +00:00
parent 2dfb5ed44b
commit cb29ef04e7
1 changed files with 2 additions and 4 deletions

View File

@ -46,16 +46,14 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/escape_string.hpp"
#include "libtorrent/parse_url.hpp"
#ifdef TORRENT_WINDOWS
#if TORRENT_USE_WPATH
#ifdef BOOST_WINDOWS
#include <windows.h>
#endif
#endif
#include "libtorrent/utf8.hpp"
#endif
#if TORRENT_USE_LOCALE_FILENAMES
#include <iconv.h>
#include <locale.h>