From 9e5edf34133a1d267b9428c2da1db5fbab57bae0 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 13 Apr 2013 21:03:14 +0000 Subject: [PATCH] fix missing include --- include/libtorrent/alert.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/libtorrent/alert.hpp b/include/libtorrent/alert.hpp index 322efebbd..0d1f6a136 100644 --- a/include/libtorrent/alert.hpp +++ b/include/libtorrent/alert.hpp @@ -54,6 +54,10 @@ POSSIBILITY OF SUCH DAMAGE. #include "libtorrent/ptime.hpp" #include "libtorrent/config.hpp" +#ifndef BOOST_NO_TYPEID +#include +#endif + #ifndef TORRENT_MAX_ALERT_TYPES #define TORRENT_MAX_ALERT_TYPES 15 #endif