mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix missing imports for GCC
This commit is contained in:
parent
e30242bf0b
commit
b27d0c3469
@ -21,6 +21,7 @@
|
||||
#include "RiaLogging.h"
|
||||
|
||||
#include <QString>
|
||||
#include <cmath> // Needed for HUGE_VAL on linux
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cvfBase.h"
|
||||
#include "cvfObject.h"
|
||||
|
||||
#include <QString>
|
||||
|
Loading…
Reference in New Issue
Block a user