From a049b5755ffa421649469fe9a40a5a9c4d5b24eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Jensen?= Date: Thu, 14 Sep 2017 15:58:02 +0200 Subject: [PATCH] CurveCreator : Fix compiler issue on Linux --- .../Commands/SummaryPlotCommands/RicSummaryCurveCreator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.cpp b/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.cpp index c8d9f52140..72d43f5441 100644 --- a/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.cpp +++ b/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.cpp @@ -18,6 +18,7 @@ #include #include +#include #include "RicSummaryCurveCreator.h" #include "RiaApplication.h"