mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Fix insufficient forward declaration
It is not sufficient with a forward declaration of QString here. Since the vector is created in PdmFieldCapability::attributes() the size of QString must be known at that point. closes #10950
This commit is contained in:
parent
ccdad6aaaf
commit
77e5d642e9
@ -2,7 +2,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
class QString;
|
||||
#include <QString>
|
||||
|
||||
namespace caf
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user