diff --git a/dune/perftool/common/vectorclass.hh b/dune/perftool/common/vectorclass.hh
index e686e9f750e93c4d1ebfa6f3c529b0b7d14b62ab..2c7d6586c902f859983243c4126a974ff9113ccc 100644
--- a/dune/perftool/common/vectorclass.hh
+++ b/dune/perftool/common/vectorclass.hh
@@ -39,19 +39,19 @@ template<>
 struct base_floatingpoint<_vcl::Vec4d>
 {
   using value = double;
-}
+};
 
 template<>
 struct base_floatingpoint<_vcl::Vec8d>
 {
   using value = double;
-}
+};
 
 template<>
 struct base_floatingpoint<_vcl::Vec8f>
 {
   using value = float;
-}
+};
 
 struct Vec4d
 {
@@ -138,7 +138,7 @@ template<>
 struct base_floatingpoint<Vec4d>
 {
   using value = typename Vec4d::F;
-}
+};
 
 /*****************************************************************************
 *
@@ -808,7 +808,7 @@ template<>
 struct base_floatingpoint<Vec8d>
 {
   using value = typename Vec8d::F;
-}
+};
 
 /*****************************************************************************
 *
@@ -1233,7 +1233,7 @@ template<>
 struct base_floatingpoint<Vec8f>
 {
   using value = typename Vec8f::F;
-}
+};
 
 /*****************************************************************************
 *