diff options
Diffstat (limited to '3rdParty/Boost')
-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 \ |