Fixed missing forward declare

This commit is contained in:
Magne Sjaastad 2017-01-23 14:16:57 +01:00
parent 5ffd2ac626
commit 7adafbe17c

View File

@ -27,11 +27,12 @@
#include <QPointer>
class RimEclipseResultCase;
class RimEclipseWell;
class RimFlowDiagSolution;
class RimTotalWellAllocationPlot;
class RimWellLogPlot;
class RiuWellAllocationPlot;
class RimEclipseResultCase;
namespace caf {
class PdmOptionItemInfo;