RedHat compilation fixes

Added stdlib includes, to be able to compile on RedHat.
This commit is contained in:
Stein Dale 2015-05-08 13:33:18 +02:00
parent 29e40e242d
commit 23f4f05b99
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include <stdlib.h>
#include "RivFemPartGeometryGenerator.h"
#include "cvfBase.h"

View File

@ -17,6 +17,7 @@
//
/////////////////////////////////////////////////////////////////////////////////
#include <stdlib.h>
#include "RivGeoMechPartMgr.h"
#include "RiaApplication.h"

View File

@ -17,6 +17,7 @@
//
/////////////////////////////////////////////////////////////////////////////////
#include <stdlib.h>
#include "RivGeoMechPartMgr.h"
#include "cvfPart.h"
#include "cvfModelBasicList.h"