fix boost-lockfree missing dependency (#4445)

* fix boost-lockfree missing dependency

spsc_queue.hpp is including next_prior.hpp, which is contained in boost-iterator
package. however, boost-iterator is not listed as a dependency of boost-lockfree

* [boost-lockfree] Bump control version
This commit is contained in:
Alien-AV 2018-10-12 15:35:44 +03:00 committed by Robert Schumacher
parent 43deeaf0c8
commit ed7e8631f6

View File

@ -1,5 +1,5 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-lockfree
Version: 1.68.0
Build-Depends: boost-align, boost-array, boost-assert, boost-atomic, boost-config, boost-core, boost-integer, boost-mpl, boost-parameter, boost-predef, boost-static-assert, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers
Version: 1.68.0-1
Build-Depends: boost-align, boost-array, boost-assert, boost-atomic, boost-config, boost-core, boost-integer, boost-mpl, boost-parameter, boost-predef, boost-static-assert, boost-tuple, boost-type-traits, boost-utility, boost-iterator, boost-vcpkg-helpers
Description: Boost lockfree module