From: asl Date: Mon, 30 Mar 2015 07:24:12 +0000 (+0300) Subject: compilation on Linux X-Git-Tag: BR_hydro_v_1_0_5~17^2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=493be4a748956eca6b7c176eee512b42e96f09f5;p=modules%2Fhydro.git compilation on Linux --- diff --git a/src/HYDROData/HYDROData_IProfilesInterpolator.h b/src/HYDROData/HYDROData_IProfilesInterpolator.h index a98c70fc..f00e5df0 100644 --- a/src/HYDROData/HYDROData_IProfilesInterpolator.h +++ b/src/HYDROData/HYDROData_IProfilesInterpolator.h @@ -138,7 +138,7 @@ private: InterpolationError myErrorCode; ///< the last error code std::string myErrorMessage; ///< the last error message - std::vector> myResultProfiles; ///< the list of result profiles + std::vector< std::vector > myResultProfiles; ///< the list of result profiles }; #endif diff --git a/src/HYDROGUI/HYDROGUI_ObjComboBox.h b/src/HYDROGUI/HYDROGUI_ObjComboBox.h index 59502e28..96889e01 100644 --- a/src/HYDROGUI/HYDROGUI_ObjComboBox.h +++ b/src/HYDROGUI/HYDROGUI_ObjComboBox.h @@ -24,12 +24,10 @@ #define HYDROGUI_OBJCOMBOBOX_H #include - -#include +#include class HYDROGUI_Module; class HYDROGUI_ObjComboBoxFilter; - class SUIT_SelectionMgr; class HYDROGUI_ObjComboBox : public QWidget