From ef9541366f10c85c192cc22ffc4cce2a8848f982 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Mon, 28 Apr 2008 08:12:30 +0000 Subject: [PATCH] Fix #188 libtorrent build with gcc 4.3 --- libtorrent/src/assert.cpp | 1 + libtorrent/src/lazy_bdecode.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/libtorrent/src/assert.cpp b/libtorrent/src/assert.cpp index 6991736f4..5548075d4 100644 --- a/libtorrent/src/assert.cpp +++ b/libtorrent/src/assert.cpp @@ -34,6 +34,7 @@ POSSIBILITY OF SUCH DAMAGE. #include #include +#include #include std::string demangle(char const* name) diff --git a/libtorrent/src/lazy_bdecode.cpp b/libtorrent/src/lazy_bdecode.cpp index 74b2ed638..4cb8b099e 100644 --- a/libtorrent/src/lazy_bdecode.cpp +++ b/libtorrent/src/lazy_bdecode.cpp @@ -33,6 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. #include "libtorrent/lazy_entry.hpp" #include #include +#include namespace libtorrent {