From: mkr Date: Tue, 11 Oct 2005 13:59:31 +0000 (+0000) Subject: Modification to avoid compilation error : 'std::list' has not been declared. X-Git-Tag: ForTest_3_1_0a2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=309a73fb95e01c71cd9c7ad4ed90014fd8e31313 Modification to avoid compilation error : 'std::list' has not been declared. --- diff --git a/src/StdMeshersGUI/StdMeshersGUI_CreateHypothesisDlg.h b/src/StdMeshersGUI/StdMeshersGUI_CreateHypothesisDlg.h index 3230f8eef..5d61f408b 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_CreateHypothesisDlg.h +++ b/src/StdMeshersGUI/StdMeshersGUI_CreateHypothesisDlg.h @@ -38,6 +38,8 @@ #include "SMESHGUI_aParameter.h" +#include + class QGroupBox; class QLabel; class QLineEdit;