diff --git a/include/hpp/statistics/bin.hh b/include/hpp/statistics/bin.hh
index 2403a44dc888b1268e3eec5ebeb413b2bbe230bd..b9a01ac79324d5531543260e5955dbf2922c34ed 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.