diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-07-03 19:43:34 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-07-03 20:01:24 +0300 |
commit | 2ffd377f725e79c7411dfbe1a3a7a847d749efc6 (patch) | |
tree | fcd916cd2d9848048ef4aa0a2ec495747e843bfb /boost/UnpackedTarball_boost.mk | |
parent | 8079326b97df9b9da56bc62f67df705efb407409 (diff) |
std::min comes from <algorithm>
Fixes configuration error in libvisio.
Change-Id: I6a6f743eca5fdfc990aadd69406b21d3ccdc6435
Diffstat (limited to 'boost/UnpackedTarball_boost.mk')
-rw-r--r-- | boost/UnpackedTarball_boost.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/UnpackedTarball_boost.mk b/boost/UnpackedTarball_boost.mk index fefe8fa97fd9..36b8285c378b 100644 --- a/boost/UnpackedTarball_boost.mk +++ b/boost/UnpackedTarball_boost.mk @@ -40,6 +40,7 @@ boost_patches += boost.auto_link.patch boost_patches += boost.endian.patch boost_patches += boost.loplugin.patch boost_patches += boost.std.move.patch +boost_patches += boost.transform_width.patch boost_patches += boost.wundef.patch boost_patches += boost.wunused.patch boost_patches += boost.wshadow.patch |