diff --git a/build.jam b/build.jam index f05a3d3..e4b8f6a 100644 --- a/build.jam +++ b/build.jam @@ -7,16 +7,16 @@ import project ; project /boost/interprocess : common-requirements - /boost/assert//boost_assert - /boost/config//boost_config - /boost/container//boost_container - /boost/core//boost_core - /boost/intrusive//boost_intrusive - /boost/move//boost_move - /boost/static_assert//boost_static_assert - /boost/type_traits//boost_type_traits - /boost/unordered//boost_unordered - /boost/winapi//boost_winapi + /boost/assert//boost_assert + /boost/config//boost_config + /boost/container//boost_container + /boost/core//boost_core + /boost/intrusive//boost_intrusive + /boost/move//boost_move + /boost/static_assert//boost_static_assert + /boost/type_traits//boost_type_traits + /boost/unordered//boost_unordered + /boost/winapi//boost_winapi include ;