diff --git a/base/statistics.hh b/base/statistics.hh index 732d1766af..ed3278e4a9 100644 --- a/base/statistics.hh +++ b/base/statistics.hh @@ -1138,6 +1138,8 @@ class Vector2dBase : public DataAccess protected: typedef Storage storage_t; typedef typename storage_t::Params params_t; + + public: typedef typename Bin::VectorBin bin_t; protected: @@ -1675,6 +1677,8 @@ class VectorDistBase : public DataAccess protected: typedef Storage storage_t; typedef typename storage_t::Params params_t; + + public: typedef typename Bin::VectorBin bin_t; protected: