From 2d555e1b6712e97f4517328e359873d216c8cea5 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Wed, 11 Sep 2019 11:40:22 +0200 Subject: [PATCH] Fix missing include --- .../PlotTemplateCommands/RicCreatePlotFromSelectionFeature.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromSelectionFeature.cpp b/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromSelectionFeature.cpp index e7b27d5165..1d7510e6d9 100644 --- a/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromSelectionFeature.cpp +++ b/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromSelectionFeature.cpp @@ -17,6 +17,7 @@ ///////////////////////////////////////////////////////////////////////////////// #include "RiaGuiApplication.h" +#include "RiaLogging.h" #include "RiaSummaryTools.h" #include "RicCreatePlotFromSelectionFeature.h"