From ed88147d535c94ffccbf0a1e9bdcfb60d209973f Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Fri, 22 Mar 2019 09:51:37 +0100 Subject: [PATCH] Fix Linux build issue --- ApplicationCode/ReservoirDataModel/RigCellGeometryTools.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ApplicationCode/ReservoirDataModel/RigCellGeometryTools.cpp b/ApplicationCode/ReservoirDataModel/RigCellGeometryTools.cpp index f8d72346f6..347d17a2e1 100644 --- a/ApplicationCode/ReservoirDataModel/RigCellGeometryTools.cpp +++ b/ApplicationCode/ReservoirDataModel/RigCellGeometryTools.cpp @@ -29,8 +29,9 @@ #include "cvfMath.h" -#include +#include #include +#include //-------------------------------------------------------------------------------------------------- /// Efficient Computation of Volume of Hexahedral Cells