Use hpp header files when accessing well_info from libecl

This commit is contained in:
Joakim Hove 2018-09-07 05:17:11 +02:00
parent 55341cd74d
commit 8bf4913957
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
#include <vector>
#include "ert/ecl_well/well_info.h"
#include "ert/ecl_well/well_info.hpp"
#include "RifReaderInterface.h"

View File

@ -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"