diff options
author | Kevin Smith <git@kismith.co.uk> | 2014-05-29 15:56:31 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2014-05-29 15:56:31 (GMT) |
commit | ab612d0f18ff545b4ebcb2bf2bb400996e751181 (patch) | |
tree | 8c363717b5ff294c12d6ea23924d75ac13dba24f /3rdParty/Boost/update.sh | |
parent | 058719296f496b14b906fdee3d74d72a78d9f6a2 (diff) | |
download | swift-contrib-ab612d0f18ff545b4ebcb2bf2bb400996e751181.zip swift-contrib-ab612d0f18ff545b4ebcb2bf2bb400996e751181.tar.bz2 |
Add boost::optional serialization
Needed by one of Richard's pending patches
Change-Id: I64f6ab56065a51019a2d0c826e1bde6856970994
Diffstat (limited to '3rdParty/Boost/update.sh')
-rwxr-xr-x | 3rdParty/Boost/update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdParty/Boost/update.sh b/3rdParty/Boost/update.sh index 7996dfb..2fe348c 100755 --- a/3rdParty/Boost/update.sh +++ b/3rdParty/Boost/update.sh @@ -51,4 +51,5 @@ fi serialization/version.hpp \ serialization/split_member.hpp \ + serialization/optional.hpp \ signals.hpp \ thread.hpp \ |