From e64f943e4c4a01b8e80ea6d622ff0d2dffadd664 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Tue, 10 Nov 2015 01:53:24 -0800 Subject: [PATCH] Fixed includes on Linux --- .../GeoMechDataModel/RigFemNativeVisibleCellsStatCalc.h | 5 ++++- .../ModelVisualization/RivSingleCellPartGenerator.h | 2 ++ .../RigEclipseNativeVisibleCellsStatCalc.h | 5 ++++- .../ResultStatisticsCache/RigStatisticsDataCache.h | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ApplicationCode/GeoMech/GeoMechDataModel/RigFemNativeVisibleCellsStatCalc.h b/ApplicationCode/GeoMech/GeoMechDataModel/RigFemNativeVisibleCellsStatCalc.h index 3bc76dbadc..020b5d46e6 100644 --- a/ApplicationCode/GeoMech/GeoMechDataModel/RigFemNativeVisibleCellsStatCalc.h +++ b/ApplicationCode/GeoMech/GeoMechDataModel/RigFemNativeVisibleCellsStatCalc.h @@ -25,9 +25,12 @@ //================================================================================================== #include "RigStatisticsCalculator.h" #include "RigFemResultAddress.h" +#include "RigGeoMechCaseData.h" +#include "RigFemPartCollection.h" +#include "RigFemPartResultsCollection.h" + #include "cvfArray.h" -class RigGeoMechCaseData; class RigFemPartResultsCollection; diff --git a/ApplicationCode/ModelVisualization/RivSingleCellPartGenerator.h b/ApplicationCode/ModelVisualization/RivSingleCellPartGenerator.h index dbf8b2ad56..703860ca64 100644 --- a/ApplicationCode/ModelVisualization/RivSingleCellPartGenerator.h +++ b/ApplicationCode/ModelVisualization/RivSingleCellPartGenerator.h @@ -18,6 +18,8 @@ ///////////////////////////////////////////////////////////////////////////////// #pragma once + +#include "cvfBase.h" #include "cvfDrawableGeo.h" namespace cvf diff --git a/ApplicationCode/ReservoirDataModel/RigEclipseNativeVisibleCellsStatCalc.h b/ApplicationCode/ReservoirDataModel/RigEclipseNativeVisibleCellsStatCalc.h index 1c58e067fc..fb1b077f80 100644 --- a/ApplicationCode/ReservoirDataModel/RigEclipseNativeVisibleCellsStatCalc.h +++ b/ApplicationCode/ReservoirDataModel/RigEclipseNativeVisibleCellsStatCalc.h @@ -24,9 +24,12 @@ /// //================================================================================================== #include "RigStatisticsCalculator.h" + +#include "RigCaseCellResultsData.h" +#include "RigActiveCellInfo.h" + #include "cvfArray.h" -class RigCaseCellResultsData; class RigEclipseNativeVisibleCellsStatCalc : public RigStatisticsCalculator diff --git a/ApplicationCode/ResultStatisticsCache/RigStatisticsDataCache.h b/ApplicationCode/ResultStatisticsCache/RigStatisticsDataCache.h index 4926a0a68c..8b4d3e7cde 100644 --- a/ApplicationCode/ResultStatisticsCache/RigStatisticsDataCache.h +++ b/ApplicationCode/ResultStatisticsCache/RigStatisticsDataCache.h @@ -25,7 +25,7 @@ #include "cvfObject.h" #include - +#include // Needed for HUGE_VAL on Linux //================================================================================================== ///