forked from premiere/premiere-libtorrent
merge include fix from RC_1_0
This commit is contained in:
parent
27499e38ae
commit
3dda8f97d6
|
@ -31,13 +31,15 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
*/
|
||||
|
||||
#include "libtorrent/config.hpp"
|
||||
#include "libtorrent/utf8.hpp"
|
||||
#include "libtorrent/ConvertUTF.h"
|
||||
|
||||
// on windows we need these functions for
|
||||
// convert_to_native and convert_from_native
|
||||
#if TORRENT_USE_WSTRING || defined TORRENT_WINDOWS
|
||||
|
||||
#include <iterator>
|
||||
#include "libtorrent/utf8.hpp"
|
||||
#include "libtorrent/ConvertUTF.h"
|
||||
|
||||
namespace libtorrent
|
||||
{
|
||||
namespace
|
||||
|
|
Loading…
Reference in New Issue