From e6092d17dc9602c652dfed4a3f186af881041bf1 Mon Sep 17 00:00:00 2001
From: Martin Nolte <mnolte@dune-project.org>
Date: Mon, 16 Feb 2009 05:57:34 +0000
Subject: [PATCH] ;-)

[[Imported from SVN: r5433]]
---
 common/alignment.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/alignment.hh b/common/alignment.hh
index 02c1bb64e..2cb5e6979 100644
--- a/common/alignment.hh
+++ b/common/alignment.hh
@@ -4,9 +4,9 @@
 #ifndef DUNE_ALIGNMENT_HH
 #define DUNE_ALIGNMENT_HH
 #include <cstddef>
-#ifdef HAVE_TR1_TYPE_TRAITS
+#if HAVE_TYPE_TRAITS
 #include <type_traits>
-#elif HAVE_TYPE_TRAITS
+#elif HAVE_TR1_TYPE_TRAITS
 #include <tr1/type_traits>
 #endif
 
-- 
GitLab