diff --git a/src/blackmisc/containerbase.h b/src/blackmisc/containerbase.h index dafd0cad1..87a4bf008 100644 --- a/src/blackmisc/containerbase.h +++ b/src/blackmisc/containerbase.h @@ -11,6 +11,7 @@ #define BLACKMISC_CONTAINERBASE_H #include "valueobject.h" +#include "range.h" #include "indexvariantmap.h" #include "predicates.h" #include "json.h" @@ -42,10 +43,10 @@ namespace BlackMisc }; /*! - * \brief Base class for CCollection and CSequence implementing their algorithms. + * \brief Base class for CCollection and CSequence adding mutating operations and CValueObject facility on top of CRangeBase. */ template