Fixed includes on Linux

This commit is contained in:
Magne Sjaastad 2015-11-10 01:53:24 -08:00
parent 0beb043804
commit e64f943e4c
4 changed files with 11 additions and 3 deletions

View File

@ -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;

View File

@ -18,6 +18,8 @@
/////////////////////////////////////////////////////////////////////////////////
#pragma once
#include "cvfBase.h"
#include "cvfDrawableGeo.h"
namespace cvf

View File

@ -24,9 +24,12 @@
///
//==================================================================================================
#include "RigStatisticsCalculator.h"
#include "RigCaseCellResultsData.h"
#include "RigActiveCellInfo.h"
#include "cvfArray.h"
class RigCaseCellResultsData;
class RigEclipseNativeVisibleCellsStatCalc : public RigStatisticsCalculator

View File

@ -25,7 +25,7 @@
#include "cvfObject.h"
#include <vector>
#include <cmath> // Needed for HUGE_VAL on Linux
//==================================================================================================
///