mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix compilation error for missing QString
This commit is contained in:
parent
4586389a78
commit
f206fa5ca8
@ -24,6 +24,7 @@
|
||||
#include "RiuMainWindow.h"
|
||||
|
||||
#include <QMessageBox>
|
||||
#include <QString>
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
|
@ -19,6 +19,7 @@
|
||||
#pragma once
|
||||
|
||||
class QWidget;
|
||||
class QString;
|
||||
|
||||
namespace caf
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user