mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Linux fix: Added include of cmath and reorganized includes
This commit is contained in:
parent
10c76f2926
commit
0bd0d6d7a7
@ -21,16 +21,17 @@
|
||||
#include "cvfBase.h"
|
||||
#include "cvfObject.h"
|
||||
#include "cvfVector3.h"
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
#include "cvfStructGrid.h"
|
||||
|
||||
#include "cafFixedArray.h"
|
||||
|
||||
class RigMainGrid;
|
||||
#include <cmath> // Needed for HUGE_VAL on Linux
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
|
||||
class RigMainGrid;
|
||||
|
||||
class RigConnection
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user