diff options
Diffstat (limited to '3rdParty/Boost/update.sh')
-rwxr-xr-x | 3rdParty/Boost/update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdParty/Boost/update.sh b/3rdParty/Boost/update.sh index 87119ac..b6905c2 100755 --- a/3rdParty/Boost/update.sh +++ b/3rdParty/Boost/update.sh @@ -38,4 +38,5 @@ fi random/uniform_int.hpp \ regex.hpp \ + scope_exit.hpp \ shared_ptr.hpp \ smart_ptr/make_shared.hpp \ @@ -55,4 +56,5 @@ fi variant.hpp \ spirit/include/lex_lexertl.hpp \ + typeof/incr_registration_group.hpp \ $TARGET_DIR cp $1/LICENSE_1_0.txt $TARGET_DIR |