diff --git a/m4/cxx11_final.m4 b/m4/cxx11_final.m4
index e0979824437c0a30b609edd08385e7096c254a44..4f11f358851009a0377f442ed69476bce0d10a1e 100644
--- a/m4/cxx11_final.m4
+++ b/m4/cxx11_final.m4
@@ -20,5 +20,5 @@ AC_DEFUN([DUNE_CHECKFINAL],[
                           1,
                           [does the compiler support the keyword 'final'?])],)
 
-    AH_BOTTOM([#include <dune/common/final.hh>])
+    AH_BOTTOM([#include <dune/common/std/final.hh>])
 ])