From 60683fd0ccfe5ee91f2e5bd5b4ccfb77a774d3c3 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Tue, 13 Apr 2021 10:29:59 +0200 Subject: [PATCH] Add missing include --- ApplicationLibCode/ProjectDataModel/RimWellPathGeometryDef.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationLibCode/ProjectDataModel/RimWellPathGeometryDef.h b/ApplicationLibCode/ProjectDataModel/RimWellPathGeometryDef.h index 6dc33f680a..b8fa798d94 100644 --- a/ApplicationLibCode/ProjectDataModel/RimWellPathGeometryDef.h +++ b/ApplicationLibCode/ProjectDataModel/RimWellPathGeometryDef.h @@ -24,6 +24,7 @@ #include "cafPdmChildArrayField.h" #include "cafPdmChildField.h" #include "cafPdmField.h" +#include "cafPdmFieldCvfColor.h" #include "cafPdmFieldCvfVec3d.h" #include "cafPdmObject.h" #include "cafPdmPtrField.h"