From 1b8944516f7b5ee5ed1e09c8a3d7312a054b6c0e Mon Sep 17 00:00:00 2001 From: Stein Dale Date: Fri, 8 May 2015 12:22:02 +0200 Subject: [PATCH] Linux compilation fix Added include --- ApplicationCode/GeoMech/GeoMechDataModel/RigFemPart.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPart.h b/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPart.h index 531cb7ae98..6782c0a8c2 100644 --- a/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPart.h +++ b/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPart.h @@ -19,6 +19,8 @@ #pragma once +#include + #include "RigFemTypes.h" #include "cvfObject.h" #include "cvfAssert.h"