mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added include of math.h
p4#: 20508
This commit is contained in:
parent
b8e663da03
commit
b4a6cccfb0
@ -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,
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "RigActiveCellInfo.h"
|
||||
#include "RigGridBase.h"
|
||||
#include "RigEclipseCase.h"
|
||||
#include <math.h>
|
||||
|
||||
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "RigMainGrid.h"
|
||||
|
||||
#include <QDateTime>
|
||||
#include <math.h>
|
||||
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user