From 8bf4913957535669962e770dac4f99698e0e87ca Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Fri, 7 Sep 2018 05:17:11 +0200 Subject: [PATCH] Use hpp header files when accessing well_info from libecl --- ApplicationCode/FileInterface/RifEclipseRestartDataAccess.h | 2 +- .../FileInterface/RifEclipseUnifiedRestartFileAccess.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ApplicationCode/FileInterface/RifEclipseRestartDataAccess.h b/ApplicationCode/FileInterface/RifEclipseRestartDataAccess.h index dec26a1e26..8867a0f4ac 100644 --- a/ApplicationCode/FileInterface/RifEclipseRestartDataAccess.h +++ b/ApplicationCode/FileInterface/RifEclipseRestartDataAccess.h @@ -28,7 +28,7 @@ #include -#include "ert/ecl_well/well_info.h" +#include "ert/ecl_well/well_info.hpp" #include "RifReaderInterface.h" diff --git a/ApplicationCode/FileInterface/RifEclipseUnifiedRestartFileAccess.h b/ApplicationCode/FileInterface/RifEclipseUnifiedRestartFileAccess.h index ffecdd6c47..68572992e6 100644 --- a/ApplicationCode/FileInterface/RifEclipseUnifiedRestartFileAccess.h +++ b/ApplicationCode/FileInterface/RifEclipseUnifiedRestartFileAccess.h @@ -26,7 +26,7 @@ class RifEclipseOutputFileTools; //typedef struct ecl_file_struct ecl_file_type; -#include "ert/ecl_well/well_info.h" +#include "ert/ecl_well/well_info.hpp"