From 2fee0c7dd19e6cf107f1859530be1e04d73966cb Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Thu, 4 Feb 2016 08:14:41 +0100
Subject: [PATCH] [A/U] Add include to fix compile error.

---
 .../Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Applications/Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp b/Applications/Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp
index 6e6d7d6e771..8eecc28cfe2 100644
--- a/Applications/Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp
+++ b/Applications/Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp
@@ -10,6 +10,7 @@
 
 #include <fstream>
 #include <memory>
+#include <numeric>
 #include <string>
 #include <vector>
 
-- 
GitLab