Linux fix: Added include of cmath and reorganized includes

This commit is contained in:
Magne Sjaastad 2014-08-26 14:46:48 +02:00
parent 10c76f2926
commit 0bd0d6d7a7

View File

@ -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: