Skip to content

Commit

Permalink
Import fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Nov 18, 2014
1 parent 5c955ae commit c1f2b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swig/libtorrent.i
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public:
%include "std_list.i"
%include "boost.i"

%include "dht_api.i"
%include "session_extend.i"

%intrusive_ptr(libtorrent::torrent_info)
%intrusive_ptr(libtorrent::tracker_connection)
Expand Down
2 changes: 1 addition & 1 deletion swig/session_extend.i
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

%{
#include "dht_api.h"
#include "session_extend.h"
%}

namespace libtorrent {
Expand Down

0 comments on commit c1f2b05

Please sign in to comment.