diff options
author | Remko Tronçon <git@el-tramo.be> | 2012-04-23 16:11:21 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2012-04-23 16:11:21 (GMT) |
commit | 7bd058600b682781abb3fd93bfaf516e7d8d7b23 (patch) | |
tree | 56ee7619b3785ff09a15ffdb54ac6427cd052dbf /3rdParty/Boost/update.sh | |
parent | 00981790bc39e9a0674feec19ffa792329bb077c (diff) | |
download | swift-contrib-7bd058600b682781abb3fd93bfaf516e7d8d7b23.zip swift-contrib-7bd058600b682781abb3fd93bfaf516e7d8d7b23.tar.bz2 |
Another fix for SRV selection.
Diffstat (limited to '3rdParty/Boost/update.sh')
-rwxr-xr-x | 3rdParty/Boost/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdParty/Boost/update.sh b/3rdParty/Boost/update.sh index 9b28f2d..09eb7cb 100755 --- a/3rdParty/Boost/update.sh +++ b/3rdParty/Boost/update.sh @@ -28,8 +28,8 @@ fi optional.hpp \ program_options.hpp \ random/mersenne_twister.hpp \ - random/uniform_real.hpp \ random/variate_generator.hpp \ + random/uniform_int.hpp \ regex.hpp \ shared_ptr.hpp \ smart_ptr/make_shared.hpp \ |