mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Caf: Linux compile fixes: Missing includes
This commit is contained in:
parent
b0e8800bb8
commit
4a19589d36
@ -4,6 +4,7 @@
|
||||
#include "cafPdmPointer.h"
|
||||
|
||||
#include <vector>
|
||||
#include <assert.h>
|
||||
|
||||
#include <QVariant>
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
#include "cafPdmObjectFactory.h"
|
||||
#include "cafPdmXmlObjectHandle.h"
|
||||
|
||||
#include <QStringList>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace caf
|
||||
|
Loading…
Reference in New Issue
Block a user