fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / boost.transform_width.patch
blob747a17db13de146556f8de1039e308564a6995ff
1 --- foo/foo/foo/boost/archive/iterators/transform_width.hpp
2 +++ foo/foo/foo/boost/archive/iterators/transform_width.hpp
3 @@ -23,6 +23,8 @@
4 // stream length is some common multiple of x and y. E.G. Base64 6 bit
5 // character and 8 bit bytes. Lowest common multiple is 24 => 4 6 bit characters
6 // or 3 8 bit characters
8 +#include <algorithm>
10 #include <boost/config.hpp> // for BOOST_DEDUCED_TYPENAME & PTFO
11 #include <boost/serialization/pfto.hpp>