fix assert_fail export

This commit is contained in:
Arvid Norberg 2012-02-16 18:24:53 +00:00
parent a9ee05bb25
commit b1c59f37c0
1 changed files with 2 additions and 2 deletions

View File

@ -30,10 +30,10 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#if defined TORRENT_DEBUG || defined TORRENT_ASIO_DEBUGGING || TORRENT_RELEASE_ASSERTS
#include "libtorrent/config.hpp"
#if defined TORRENT_DEBUG || defined TORRENT_ASIO_DEBUGGING || TORRENT_RELEASE_ASSERTS
#ifdef __APPLE__
#include <AvailabilityMacros.h>
#endif