mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
RedHat compilation fixes
Added stdlib includes, to be able to compile on RedHat.
This commit is contained in:
parent
29e40e242d
commit
23f4f05b99
@ -1,3 +1,4 @@
|
||||
#include <stdlib.h>
|
||||
#include "RivFemPartGeometryGenerator.h"
|
||||
|
||||
#include "cvfBase.h"
|
||||
|
@ -17,6 +17,7 @@
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "RivGeoMechPartMgr.h"
|
||||
|
||||
#include "RiaApplication.h"
|
||||
|
@ -17,6 +17,7 @@
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "RivGeoMechPartMgr.h"
|
||||
#include "cvfPart.h"
|
||||
#include "cvfModelBasicList.h"
|
||||
|
Loading…
Reference in New Issue
Block a user