]> git.pld-linux.org Git - packages/Lunchbox.git/blob - boost-1.57.0.patch
- boost rebuild
[packages/Lunchbox.git] / boost-1.57.0.patch
1 From a3b3b71f2d2fe7879fb9e444e70b2d74f0269fe1 Mon Sep 17 00:00:00 2001
2 From: Stefan Eilemann <Stefan.Eilemann@epfl.ch>
3 Date: Sat, 27 Dec 2014 14:44:16 +0100
4 Subject: [PATCH] Compile fix for Boost 1.57
5
6 ---
7  lunchbox/any.h | 1 +
8  1 file changed, 1 insertion(+)
9
10 diff --git a/lunchbox/any.h b/lunchbox/any.h
11 index 9f91e40..3618f3a 100644
12 --- a/lunchbox/any.h
13 +++ b/lunchbox/any.h
14 @@ -38,6 +38,7 @@
15  #include <boost/serialization/access.hpp>
16  #include <boost/serialization/assume_abstract.hpp>
17  #include <boost/serialization/base_object.hpp>
18 +#include <boost/serialization/type_info_implementation.hpp>
19  #include <boost/serialization/shared_ptr.hpp>
20  
21  // See boost/python/type_id.hpp
This page took 0.049441 seconds and 3 git commands to generate.