mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
add missing includes
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
class RigEclipseCaseData;
|
||||
class QFile;
|
||||
class QTextStream;
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// Structure used to cache file position of keywords
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
#include <QDateTime>
|
||||
#include <QString>
|
||||
|
||||
#include <chrono>
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
#include "cafInternalPdmValueFieldSpecializations.h"
|
||||
|
||||
#include "cafPdmXmlVec3d.h"
|
||||
#include <QTextStream>
|
||||
|
||||
Q_DECLARE_METATYPE( cvf::Vec3d );
|
||||
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
#include "cafPdmScriptIOMessages.h"
|
||||
|
||||
#include <QIODevice>
|
||||
#include <QTextStream>
|
||||
|
||||
#define CAF_PDM_InitScriptableField( field, keyword, default, uiName, ... ) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user