mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
25 lines
881 B
Diff
25 lines
881 B
Diff
|
From 02fff0a69e46b4d77844cf7b8c8d3bc2adbc96bb Mon Sep 17 00:00:00 2001
|
||
|
From: Robert Ramey <ramey@rrsd.com>
|
||
|
Date: Tue, 11 Nov 2014 22:13:05 -0800
|
||
|
Subject: [PATCH] fixed shared_ptr_helper include
|
||
|
|
||
|
---
|
||
|
include/boost/serialization/shared_ptr_helper.hpp | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/include/boost/serialization/shared_ptr_helper.hpp b/include/boost/serialization/shared_ptr_helper.hpp
|
||
|
index f4784ec..64269a9 100644
|
||
|
--- a/include/boost/serialization/shared_ptr_helper.hpp
|
||
|
+++ b/include/boost/serialization/shared_ptr_helper.hpp
|
||
|
@@ -29,6 +29,7 @@
|
||
|
#include <boost/serialization/singleton.hpp>
|
||
|
#include <boost/serialization/extended_type_info.hpp>
|
||
|
#include <boost/serialization/throw_exception.hpp>
|
||
|
+#include <boost/serialization/type_info_implementation.hpp>
|
||
|
#include <boost/archive/archive_exception.hpp>
|
||
|
#include <boost/archive/detail/decl.hpp>
|
||
|
|
||
|
--
|
||
|
2.2.1
|
||
|
|