From 51a251f7ef9178329e61f6babda1a8acf716b8a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20Hagen?= Date: Tue, 1 Sep 2015 15:15:54 +0200 Subject: [PATCH] Linux compilation fix --- ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp | 2 ++ ApplicationCode/ProjectDataModel/RimWellLogPlotTrace.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp b/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp index ba427d0af9..600ecbe723 100644 --- a/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp @@ -29,6 +29,8 @@ #include "cvfAssert.h" +#include + CAF_PDM_SOURCE_INIT(RimWellLogPlot, "WellLogPlot"); //-------------------------------------------------------------------------------------------------- diff --git a/ApplicationCode/ProjectDataModel/RimWellLogPlotTrace.cpp b/ApplicationCode/ProjectDataModel/RimWellLogPlotTrace.cpp index 07d9fe6f39..63ef81b214 100644 --- a/ApplicationCode/ProjectDataModel/RimWellLogPlotTrace.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellLogPlotTrace.cpp @@ -29,6 +29,8 @@ #include "cafPdmUiTreeView.h" #include "cvfAssert.h" +#include + CAF_PDM_SOURCE_INIT(RimWellLogPlotTrace, "WellLogPlotTrace"); //--------------------------------------------------------------------------------------------------