From 493be4a748956eca6b7c176eee512b42e96f09f5 Mon Sep 17 00:00:00 2001 From: asl Date: Mon, 30 Mar 2015 10:24:12 +0300 Subject: [PATCH] compilation on Linux --- src/HYDROData/HYDROData_IProfilesInterpolator.h | 2 +- src/HYDROGUI/HYDROGUI_ObjComboBox.h | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.2