From cdcc4cd9e7df9bfe54881a03d2a9b78a57c58319 Mon Sep 17 00:00:00 2001
From: Andreas Lauser <and@poware.org>
Date: Thu, 16 Jun 2011 15:53:05 +0000
Subject: [PATCH] constants.hh: include missing header file

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6001 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/material/constants.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/material/constants.hh b/dumux/material/constants.hh
index a94a9778cb..2195717cad 100644
--- a/dumux/material/constants.hh
+++ b/dumux/material/constants.hh
@@ -26,7 +26,7 @@
 #ifndef DUMUX_CONSTANTS_HH
 #define DUMUX_CONSTANTS_HH
 
-#include <math.h>
+#include <cmath>
 
 namespace Dumux
 {
-- 
GitLab