summaryrefslogtreecommitdiff
path: root/boost/boost.transform_width.patch
diff options
context:
space:
mode:
Diffstat (limited to 'boost/boost.transform_width.patch')
-rw-r--r--boost/boost.transform_width.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/boost/boost.transform_width.patch b/boost/boost.transform_width.patch
new file mode 100644
index 000000000000..747a17db13de
--- /dev/null
+++ b/boost/boost.transform_width.patch
@@ -0,0 +1,11 @@
+--- foo/foo/foo/boost/archive/iterators/transform_width.hpp
++++ foo/foo/foo/boost/archive/iterators/transform_width.hpp
+@@ -23,6 +23,8 @@
+ // stream length is some common multiple of x and y. E.G. Base64 6 bit
+ // character and 8 bit bytes. Lowest common multiple is 24 => 4 6 bit characters
+ // or 3 8 bit characters
++
++#include <algorithm>
+
+ #include <boost/config.hpp> // for BOOST_DEDUCED_TYPENAME & PTFO
+ #include <boost/serialization/pfto.hpp>