diff --git a/src/openvic-simulation/types/ValueHistory.hpp b/src/openvic-simulation/types/ValueHistory.hpp index 24fd4c0c1..b931d4e94 100644 --- a/src/openvic-simulation/types/ValueHistory.hpp +++ b/src/openvic-simulation/types/ValueHistory.hpp @@ -23,6 +23,7 @@ namespace OpenVic { using typename base_type::difference_type; using base_type::operator[]; using base_type::size; + using base_type::capacity; using base_type::empty; using base_type::begin; using base_type::end;