diff --git a/ApplicationCode/Commands/RicImportFormationNamesFeature.cpp b/ApplicationCode/Commands/RicImportFormationNamesFeature.cpp index d039914088..37bfaa8a98 100644 --- a/ApplicationCode/Commands/RicImportFormationNamesFeature.cpp +++ b/ApplicationCode/Commands/RicImportFormationNamesFeature.cpp @@ -43,6 +43,9 @@ #include "RimColorLegendItem.h" #include "RimRegularLegendConfig.h" +#include "Riu3DMainWindowTools.h" +#include "RiuFileDialogTools.h" + #include #include @@ -99,7 +102,7 @@ bool RicImportFormationNamesFeature::isCommandEnabled() //-------------------------------------------------------------------------------------------------- /// If only one formation file is imported, the formation will automatically be set in the active -/// view’s case. Import of LYR files with colors create custom color legends according to color +/// view�s case. Import of LYR files with colors create custom color legends according to color /// definition on each file. However, color legend must be set by the user. //-------------------------------------------------------------------------------------------------- void RicImportFormationNamesFeature::onActionTriggered( bool isChecked )