]> git.pld-linux.org Git - packages/Lunchbox.git/blame - boost-1.57.0.patch
- boost rebuild
[packages/Lunchbox.git] / boost-1.57.0.patch
CommitLineData
c428797b
JR
1From a3b3b71f2d2fe7879fb9e444e70b2d74f0269fe1 Mon Sep 17 00:00:00 2001
2From: Stefan Eilemann <Stefan.Eilemann@epfl.ch>
3Date: Sat, 27 Dec 2014 14:44:16 +0100
4Subject: [PATCH] Compile fix for Boost 1.57
5
6---
7 lunchbox/any.h | 1 +
8 1 file changed, 1 insertion(+)
9
10diff --git a/lunchbox/any.h b/lunchbox/any.h
11index 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.144417 seconds and 4 git commands to generate.