Added include of math.h

p4#: 20508
This commit is contained in:
Magne Sjaastad 2013-02-13 14:59:30 +01:00
parent b8e663da03
commit b4a6cccfb0
3 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#include "cvfPlane.h"
#include "cvfRay.h"
#include <math.h>
static size_t undefinedCornersArray[8] = {cvf::UNDEFINED_SIZE_T,
cvf::UNDEFINED_SIZE_T,
cvf::UNDEFINED_SIZE_T,

View File

@ -29,6 +29,7 @@
#include "RigActiveCellInfo.h"
#include "RigGridBase.h"
#include "RigEclipseCase.h"
#include <math.h>

View File

@ -21,6 +21,7 @@
#include "RigMainGrid.h"
#include <QDateTime>
#include <math.h>
//--------------------------------------------------------------------------------------------------