Forward declare vecIjk

This commit is contained in:
Rebecca Cox 2017-10-11 11:09:51 +02:00
parent 9aaf56b4ef
commit 306e32dba1
2 changed files with 7 additions and 3 deletions

View File

@ -18,7 +18,9 @@
#include "RifReaderEclipseRft.h"
#include "ert/ecl/ecl_rft_file.h"
#include "cafVecIjk.h"
#include "ert\ecl\ecl_rft_file.h"
//--------------------------------------------------------------------------------------------------
///

View File

@ -24,13 +24,15 @@
#include <string>
#include <vector>
#include "cafVecIjk.h"
#include "cvfBase.h"
#include "cvfObject.h"
#include <QDateTime>
namespace caf
{
class VecIjk;
}
//==================================================================================================
//