dilfridge 15/03/08 15:38:13 Added: liborcus-0.7.0-boost-1.56.patch Log: Fix build with liborcus, bug 527242 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.1 dev-libs/liborcus/files/liborcus-0.7.0-boost-1.56.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liborcus/files/liborcus-0.7.0-boost-1.56.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liborcus/files/liborcus-0.7.0-boost-1.56.patch?rev=1.1&content-type=text/plain Index: liborcus-0.7.0-boost-1.56.patch =================================================================== >From c01874c7770f4f56c031d7463156e03f2945e015 Mon Sep 17 00:00:00 2001 From: Dmitry Roshchin <[email protected]> Date: Mon, 27 Oct 2014 16:19:32 +0300 Subject: [PATCH] Fix build with boost 1.56 --- src/parser/string_pool_test.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/parser/string_pool_test.cpp b/src/parser/string_pool_test.cpp index ad7d7c8..0d32c62 100644 --- a/src/parser/string_pool_test.cpp +++ b/src/parser/string_pool_test.cpp @@ -5,6 +5,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <iostream> + #include "orcus/string_pool.hpp" #include "orcus/pstring.hpp" -- 1.7.1
