summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/boost/0001-correct-error-which-appeared-when-compiling-non-c-co.patch
blob: 2598d2b1752af63c201955f62b8adf6fd9a496e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 02fa5cee1b8d0321787113e2dc10b162c657f333 Mon Sep 17 00:00:00 2001
From: Robert Ramey <ramey@rrsd.com>
Date: Wed, 1 Feb 2017 16:43:59 -0800
Subject: [PATCH] correct error which appeared when compiling non c++ compliant
 code for arrays

Upstream-Status: Backported [expected to be released in v1.65]

---
 boost/serialization/array.hpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boost/serialization/array.hpp b/boost/serialization/array.hpp
index 61708b3..612d1a6 100644
--- a/boost/serialization/array.hpp
+++ b/boost/serialization/array.hpp
@@ -23,6 +23,8 @@ namespace std{
 } // namespace std
 #endif
 
+#include <boost/serialization/array_wrapper.hpp>
+
 #ifndef BOOST_NO_CXX11_HDR_ARRAY
 
 #include <array>
-- 
2.9.3