boostorg / icl

Boost.org icl module
http://boost.org/libs/icl
10 stars 44 forks source link

Add missing header to right_open_interval.hpp #16

Closed Timmmm closed 5 years ago

Timmmm commented 6 years ago

Without this #include if you just do

#include <boost/icl/right_open_interval.hpp>

you'll get a load of errors about BOOST_CONCEPT_ASSERT not being an expression, and various other things. This fixes that.