boostorg / heap

Boost.Heap
https://boost.org/libs/heap
18 stars 39 forks source link

Add missing includes #13

Closed Lastique closed 5 years ago

Lastique commented 5 years ago

This should fix https://github.com/boostorg/heap/issues/12 and also adds a test for headers being self-contained.

pdimov commented 5 years ago

We could still have used the Jamfile addition from this one, even though the mpl/if.hpp changes no longer apply.

Lastique commented 5 years ago

You can cherry-pick commit fc8b5744cb308f5039cdf27c4f788bac1700ce96 to only have the test from this PR.