diff --git a/build.jam b/build.jam index f62e633..91d6300 100644 --- a/build.jam +++ b/build.jam @@ -7,23 +7,23 @@ import project ; project /boost/algorithm : common-requirements - /boost/array//boost_array - /boost/assert//boost_assert - /boost/bind//boost_bind - /boost/concept_check//boost_concept_check - /boost/config//boost_config - /boost/core//boost_core - /boost/exception//boost_exception - /boost/function//boost_function - /boost/iterator//boost_iterator - /boost/mpl//boost_mpl - /boost/range//boost_range - /boost/regex//boost_regex - /boost/static_assert//boost_static_assert - /boost/throw_exception//boost_throw_exception - /boost/tuple//boost_tuple - /boost/type_traits//boost_type_traits - /boost/unordered//boost_unordered + /boost/array//boost_array + /boost/assert//boost_assert + /boost/bind//boost_bind + /boost/concept_check//boost_concept_check + /boost/config//boost_config + /boost/core//boost_core + /boost/exception//boost_exception + /boost/function//boost_function + /boost/iterator//boost_iterator + /boost/mpl//boost_mpl + /boost/range//boost_range + /boost/regex//boost_regex + /boost/static_assert//boost_static_assert + /boost/throw_exception//boost_throw_exception + /boost/tuple//boost_tuple + /boost/type_traits//boost_type_traits + /boost/unordered//boost_unordered include ;