From 306e32dba124cb54b83f464d5be282f9d3cbda67 Mon Sep 17 00:00:00 2001 From: Rebecca Cox Date: Wed, 11 Oct 2017 11:09:51 +0200 Subject: [PATCH] Forward declare vecIjk --- ApplicationCode/FileInterface/RifReaderEclipseRft.cpp | 4 +++- ApplicationCode/FileInterface/RifReaderEclipseRft.h | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ApplicationCode/FileInterface/RifReaderEclipseRft.cpp b/ApplicationCode/FileInterface/RifReaderEclipseRft.cpp index bfc66759a4..44d62b666f 100644 --- a/ApplicationCode/FileInterface/RifReaderEclipseRft.cpp +++ b/ApplicationCode/FileInterface/RifReaderEclipseRft.cpp @@ -18,7 +18,9 @@ #include "RifReaderEclipseRft.h" -#include "ert/ecl/ecl_rft_file.h" +#include "cafVecIjk.h" + +#include "ert\ecl\ecl_rft_file.h" //-------------------------------------------------------------------------------------------------- /// diff --git a/ApplicationCode/FileInterface/RifReaderEclipseRft.h b/ApplicationCode/FileInterface/RifReaderEclipseRft.h index 6560d5c908..8b8c415dc2 100644 --- a/ApplicationCode/FileInterface/RifReaderEclipseRft.h +++ b/ApplicationCode/FileInterface/RifReaderEclipseRft.h @@ -24,13 +24,15 @@ #include #include -#include "cafVecIjk.h" - #include "cvfBase.h" #include "cvfObject.h" #include +namespace caf +{ + class VecIjk; +} //================================================================================================== //