From 309a73fb95e01c71cd9c7ad4ed90014fd8e31313 Mon Sep 17 00:00:00 2001 From: mkr Date: Tue, 11 Oct 2005 13:59:31 +0000 Subject: [PATCH] Modification to avoid compilation error : 'std::list' has not been declared. --- src/StdMeshersGUI/StdMeshersGUI_CreateHypothesisDlg.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.30.2