app-shells/autojump: Merge 'github/pr/66'. Fixes bug 559448.
[gentoo.git] / dev-libs / liborcus / files / liborcus-0.7.0-boost-1.56.patch
1 From c01874c7770f4f56c031d7463156e03f2945e015 Mon Sep 17 00:00:00 2001
2 From: Dmitry Roshchin <dmitry@roshchin.org>
3 Date: Mon, 27 Oct 2014 16:19:32 +0300
4 Subject: [PATCH] Fix build with boost 1.56
5
6 ---
7  src/parser/string_pool_test.cpp |    2 ++
8  1 files changed, 2 insertions(+), 0 deletions(-)
9
10 diff --git a/src/parser/string_pool_test.cpp b/src/parser/string_pool_test.cpp
11 index ad7d7c8..0d32c62 100644
12 --- a/src/parser/string_pool_test.cpp
13 +++ b/src/parser/string_pool_test.cpp
14 @@ -5,6 +5,8 @@
15   * file, You can obtain one at http://mozilla.org/MPL/2.0/.
16   */
17  
18 +#include <iostream>
19 +
20  #include "orcus/string_pool.hpp"
21  #include "orcus/pstring.hpp"
22  
23 -- 
24 1.7.1
25