Caf: Linux compile fixes: Missing includes

This commit is contained in:
Jacob Støren 2016-06-20 00:04:09 +02:00
parent b0e8800bb8
commit 4a19589d36
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include "cafPdmPointer.h"
#include <vector>
#include <assert.h>
#include <QVariant>

View File

@ -2,6 +2,8 @@
#include "cafPdmObjectFactory.h"
#include "cafPdmXmlObjectHandle.h"
#include <QStringList>
#include <iostream>
namespace caf