]> git.pld-linux.org Git - packages/boost.git/blob - boost-climits.patch
- pl desc for -system
[packages/boost.git] / boost-climits.patch
1 --- boost_1_35_0/boost/archive/polymorphic_iarchive.hpp.orig    2007-11-25 19:07:19.000000000 +0100
2 +++ boost_1_35_0/boost/archive/polymorphic_iarchive.hpp 2008-04-29 11:20:01.000000000 +0200
3 @@ -16,6 +16,7 @@
4  
5  //  See http://www.boost.org for updates, documentation, and revision history.
6  
7 +#include <climits> // ULONG_MAX
8  #include <cstddef> // std::size_t
9  #include <boost/config.hpp>
10  
11 --- boost_1_35_0/boost/archive/polymorphic_oarchive.hpp.orig    2007-11-25 19:07:19.000000000 +0100
12 +++ boost_1_35_0/boost/archive/polymorphic_oarchive.hpp 2008-04-29 11:20:17.000000000 +0200
13 @@ -16,6 +16,7 @@
14  
15  //  See http://www.boost.org for updates, documentation, and revision history.
16  
17 +#include <climits> // ULONG_MAX
18  #include <cstddef> // size_t
19  #include <string>
20  
This page took 0.070086 seconds and 3 git commands to generate.