From fc625172e0c49d3ae709f9860a7f6370756ce5d7 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Fri, 21 Mar 2014 17:06:22 +0100
Subject: [PATCH] [bugfix] final.hh moved from dune/common/ to dune/common/std/

---
 m4/cxx11_final.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/cxx11_final.m4 b/m4/cxx11_final.m4
index e09798244..4f11f3588 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>])
 ])
-- 
GitLab