mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix gcc 6 linux errors
This commit is contained in:
parent
c2704727ce
commit
22a1448ea6
@ -50,7 +50,6 @@
|
||||
#include <QMenu>
|
||||
#include <QWheelEvent>
|
||||
|
||||
#include <float.h>
|
||||
|
||||
#include "RiuWidgetDragger.h"
|
||||
#include "RiuCvfOverlayItemWidget.h"
|
||||
@ -59,6 +58,8 @@
|
||||
#include "cafTitledOverlayFrame.h"
|
||||
#include "RimEnsembleCurveSetCollection.h"
|
||||
|
||||
#include <float.h>
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
@ -66,6 +66,7 @@
|
||||
#include <array>
|
||||
#include "cvfRenderStateBlending.h"
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
namespace caf {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user