mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Missing include Compile fix
This commit is contained in:
parent
1d97f376fb
commit
5dee4e7478
@ -26,11 +26,10 @@
|
||||
|
||||
#include "RigActiveCellInfo.h"
|
||||
#include "RigCaseCellResultsData.h"
|
||||
#include "RigNNCData.h"
|
||||
|
||||
#include "cvfArray.h"
|
||||
|
||||
class RigNNCData;
|
||||
|
||||
class RigEclipseAllenFaultsStatCalc : public RigStatisticsCalculator
|
||||
{
|
||||
public:
|
||||
@ -60,6 +59,5 @@ private:
|
||||
accumulator.addValue( v );
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user