From f7c005b67e48ec7bac99c566fb4f34215ec1a4b1 Mon Sep 17 00:00:00 2001 From: asl Date: Thu, 2 Apr 2015 08:50:46 +0300 Subject: [PATCH] compilation on Linux --- src/HYDROData/HYDROData_IProfilesInterpolator.cxx | 2 +- src/HYDROData/HYDROData_LinearInterpolator.cxx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/HYDROData/HYDROData_IProfilesInterpolator.cxx b/src/HYDROData/HYDROData_IProfilesInterpolator.cxx index 264de971..86c48384 100644 --- a/src/HYDROData/HYDROData_IProfilesInterpolator.cxx +++ b/src/HYDROData/HYDROData_IProfilesInterpolator.cxx @@ -21,7 +21,7 @@ // #include "HYDROData_IProfilesInterpolator.h" - +#include #include const int DEFAULT_RESULT_PROFILES_NB = 1; ///< default number of results profiles diff --git a/src/HYDROData/HYDROData_LinearInterpolator.cxx b/src/HYDROData/HYDROData_LinearInterpolator.cxx index 6112500a..9a8a7a93 100644 --- a/src/HYDROData/HYDROData_LinearInterpolator.cxx +++ b/src/HYDROData/HYDROData_LinearInterpolator.cxx @@ -21,7 +21,8 @@ // #include "HYDROData_LinearInterpolator.h" - +#include +#include HYDROData_LinearInterpolator::HYDROData_LinearInterpolator() { -- 2.39.2