From a0a2a41689178a019aac8b2b66143cda4911e2df Mon Sep 17 00:00:00 2001
From: Yann Dubois De Mont-Marin <ydemontm@julia.paris.inria.fr>
Date: Thu, 22 Sep 2022 15:58:07 +0200
Subject: [PATCH] Destruct for osx compilation

---
 include/hpp/statistics/bin.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/hpp/statistics/bin.hh b/include/hpp/statistics/bin.hh
index 2403a44..b9a01ac 100644
--- a/include/hpp/statistics/bin.hh
+++ b/include/hpp/statistics/bin.hh
@@ -56,6 +56,7 @@ class HPP_STATISTICS_DLLAPI Bin {
  protected:
   /// Constructor
   Bin() : freq_(0) {}
+  virtual ~Bin() {}
 
  private:
   /// The number of occurence.
-- 
GitLab