Fix gcc 6 linux errors

This commit is contained in:
Jacob Støren 2018-04-20 19:38:21 +02:00
parent c2704727ce
commit 22a1448ea6
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -66,6 +66,7 @@
#include <array>
#include "cvfRenderStateBlending.h"
#include <algorithm>
#include <cmath>
namespace caf {