diff --git a/ApplicationLibCode/ProjectDataModel/Surfaces/RimDepthSurface.h b/ApplicationLibCode/ProjectDataModel/Surfaces/RimDepthSurface.h index 173656de90..b06d781dc5 100644 --- a/ApplicationLibCode/ProjectDataModel/Surfaces/RimDepthSurface.h +++ b/ApplicationLibCode/ProjectDataModel/Surfaces/RimDepthSurface.h @@ -20,6 +20,8 @@ #include "RimSurface.h" +#include "cafPdmCoreVec3d.h" + class RimDepthSurface : public RimSurface { CAF_PDM_HEADER_INIT; diff --git a/ApplicationLibCode/ProjectDataModel/WellPath/RimWellPathTarget.h b/ApplicationLibCode/ProjectDataModel/WellPath/RimWellPathTarget.h index cfe4523eff..23079ed4b1 100644 --- a/ApplicationLibCode/ProjectDataModel/WellPath/RimWellPathTarget.h +++ b/ApplicationLibCode/ProjectDataModel/WellPath/RimWellPathTarget.h @@ -26,7 +26,6 @@ #include "cafPdmField.h" #include "cafPdmProxyValueField.h" #include "cafPdmPtrField.h" -#include "cvfVector3.h" class RimWellPathGeometryDef;