LLVM compile fixes

Updated to new Ghoul commit
This commit is contained in:
Alexander Bock
2018-04-20 23:12:13 -04:00
parent d5af5aab5d
commit a9b981d718
4 changed files with 10 additions and 3 deletions
+4
View File
@@ -41,6 +41,10 @@
#pragma warning (disable : 4996)
#endif // _MSC_VER
// libtorrent defines a class with the name 'defer', which messes with out #define of the
// defer macro in ghoul/misc/defer.h
#undef defer
#include <libtorrent/torrent_handle.hpp>
#include <libtorrent/session.hpp>