From c7e5eb53ecb9adc9ef76e2b84f142e3c137eefbf Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 25 Mar 2024 10:00:12 +0100 Subject: [PATCH] Fix includes --- .../Commands/WellPathCommands/RicSetParentWellPathFeature.cpp | 2 ++ .../Commands/WellPathCommands/RicSetParentWellPathFeature.h | 1 + 2 files changed, 3 insertions(+) diff --git a/ApplicationLibCode/Commands/WellPathCommands/RicSetParentWellPathFeature.cpp b/ApplicationLibCode/Commands/WellPathCommands/RicSetParentWellPathFeature.cpp index ec1fb58495..a130320d9b 100644 --- a/ApplicationLibCode/Commands/WellPathCommands/RicSetParentWellPathFeature.cpp +++ b/ApplicationLibCode/Commands/WellPathCommands/RicSetParentWellPathFeature.cpp @@ -25,6 +25,8 @@ #include "RimWellPathCollection.h" #include "RimWellPathTieIn.h" +#include "RiuMainWindow.h" + #include "cafPdmUiPropertyViewDialog.h" #include "cafSelectionManager.h" diff --git a/ApplicationLibCode/Commands/WellPathCommands/RicSetParentWellPathFeature.h b/ApplicationLibCode/Commands/WellPathCommands/RicSetParentWellPathFeature.h index 2679cdf470..880d067515 100644 --- a/ApplicationLibCode/Commands/WellPathCommands/RicSetParentWellPathFeature.h +++ b/ApplicationLibCode/Commands/WellPathCommands/RicSetParentWellPathFeature.h @@ -19,6 +19,7 @@ #pragma once #include "cafCmdFeature.h" +#include "cafPdmObject.h" #include "cafPdmPtrField.h" #include