diff --git a/Applications/Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp b/Applications/Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp index 6e6d7d6e7716f53a0e9a9ecc2ef810a789072102..8eecc28cfe20c43c96e14cf92fc0f9ae14402627 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>