diff --git a/build.jam b/build.jam index 0cb1f5d..5227404 100644 --- a/build.jam +++ b/build.jam @@ -7,20 +7,20 @@ import project ; project /boost/uuid : common-requirements - /boost/assert//boost_assert - /boost/config//boost_config - /boost/container_hash//boost_container_hash - /boost/core//boost_core - /boost/io//boost_io - /boost/move//boost_move - /boost/numeric_conversion//boost_numeric_conversion - /boost/predef//boost_predef - /boost/random//boost_random - /boost/static_assert//boost_static_assert - /boost/throw_exception//boost_throw_exception - /boost/tti//boost_tti - /boost/type_traits//boost_type_traits - /boost/winapi//boost_winapi + /boost/assert//boost_assert + /boost/config//boost_config + /boost/container_hash//boost_container_hash + /boost/core//boost_core + /boost/io//boost_io + /boost/move//boost_move + /boost/numeric_conversion//boost_numeric_conversion + /boost/predef//boost_predef + /boost/random//boost_random + /boost/static_assert//boost_static_assert + /boost/throw_exception//boost_throw_exception + /boost/tti//boost_tti + /boost/type_traits//boost_type_traits + /boost/winapi//boost_winapi include ;