]> git.pld-linux.org Git - packages/hugin.git/blame - boost-1.57.0.patch
- upstream fix for building with boost 1.57.0
[packages/hugin.git] / boost-1.57.0.patch
CommitLineData
5173d7fc
JR
1From 06ccdfee76fe487a141b95848d1c866890f15d88 Mon Sep 17 00:00:00 2001
2From: Evangelos Foutras <evangelos@foutrelis.com>
3Date: Thu, 6 Nov 2014 09:19:26 +0200
4Subject: [PATCH] Add missing include to signals2/trackable.hpp
5
6boost::weak_ptr started being used in commit a0bf2d1 (Disconnect slots
7associated with signals2::trackable immediately) but the matching header
8wasn't included.
9
10https://svn.boost.org/trac/boost/ticket/10100#comment:7
11---
12 include/boost/signals2/trackable.hpp | 1 +
13 1 file changed, 1 insertion(+)
14
15diff --git a/include/boost/signals2/trackable.hpp b/include/boost/signals2/trackable.hpp
16index dba001d..64e8489 100644
17--- a/include/boost/signals2/trackable.hpp
18+++ b/include/boost/signals2/trackable.hpp
19@@ -18,6 +18,7 @@
20
21 #include <boost/assert.hpp>
22 #include <boost/shared_ptr.hpp>
23+#include <boost/weak_ptr.hpp>
24
25 namespace boost {
26 namespace signals2 {
This page took 0.06939 seconds and 4 git commands to generate.