mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
fixed: add missing cmath include statements
highlighted by building with gcc6
This commit is contained in:
parent
1c2466fa85
commit
ab4619bf74
@ -36,6 +36,8 @@
|
||||
#include <QAction>
|
||||
#include <QMessageBox>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
||||
CAF_CMD_SOURCE_INIT(RicNewFishbonesSubsFeature, "RicNewFishbonesSubsFeature");
|
||||
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include <QAction>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
CAF_CMD_SOURCE_INIT(RicFlyToObjectFeature, "RicFlyToObjectFeature");
|
||||
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <QColor>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
namespace caf {
|
||||
template<>
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "cvfBoundingBox.h"
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cmath>
|
||||
|
||||
|
||||
CAF_PDM_SOURCE_INIT(RimFishbonesMultipleSubs, "FishbonesMultipleSubs");
|
||||
|
@ -72,6 +72,7 @@
|
||||
#include "cvfqtPerformanceInfoHud.h"
|
||||
#include "cvfqtUtils.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <QDebug>
|
||||
#include <QHBoxLayout>
|
||||
#include <QInputEvent>
|
||||
|
Loading…
Reference in New Issue
Block a user