From caf5ce86663daa72ef3abe71ff4cf6d851c411c0 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Wed, 20 Nov 2019 15:29:53 +0100 Subject: [PATCH] Janitor : Add missing includes --- .../Commands/SummaryPlotCommands/RicEditSummaryPlotFeature.cpp | 2 ++ .../Commands/SummaryPlotCommands/RicSummaryCurveCreatorDialog.h | 2 ++ ApplicationCode/UserInterface/RiuQwtPlotCurve.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/ApplicationCode/Commands/SummaryPlotCommands/RicEditSummaryPlotFeature.cpp b/ApplicationCode/Commands/SummaryPlotCommands/RicEditSummaryPlotFeature.cpp index 2eb44d8edd..03f46c0eee 100644 --- a/ApplicationCode/Commands/SummaryPlotCommands/RicEditSummaryPlotFeature.cpp +++ b/ApplicationCode/Commands/SummaryPlotCommands/RicEditSummaryPlotFeature.cpp @@ -33,6 +33,8 @@ #include +#include + CAF_CMD_SOURCE_INIT( RicEditSummaryPlotFeature, "RicEditSummaryPlotFeature" ); //-------------------------------------------------------------------------------------------------- diff --git a/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreatorDialog.h b/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreatorDialog.h index 88d6fee07c..7573d1d015 100644 --- a/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreatorDialog.h +++ b/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreatorDialog.h @@ -20,6 +20,8 @@ #include +#include + namespace caf { class PdmObject; diff --git a/ApplicationCode/UserInterface/RiuQwtPlotCurve.h b/ApplicationCode/UserInterface/RiuQwtPlotCurve.h index 786cebf42c..d4006d20fd 100644 --- a/ApplicationCode/UserInterface/RiuQwtPlotCurve.h +++ b/ApplicationCode/UserInterface/RiuQwtPlotCurve.h @@ -23,6 +23,8 @@ #include "qwt_plot_intervalcurve.h" #include "qwt_symbol.h" +#include + class RiuErrorBarsQwtPlotCurve; //==================================================================================================