From a572970f99894537f9efabc0b3be44d9d420a677 Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Wed, 2 Jul 2008 21:43:46 +0000
Subject: [PATCH] std::abs(int) is defined in cstdlib

[[Imported from SVN: r5230]]
---
 common/fvector.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/fvector.hh b/common/fvector.hh
index 93d6c0ca2..7a660908a 100644
--- a/common/fvector.hh
+++ b/common/fvector.hh
@@ -6,6 +6,7 @@
 
 #include <cmath>
 #include <cstddef>
+#include <cstdlib>
 #include <complex>
 
 #include "exceptions.hh"
-- 
GitLab