From 14ba28eca8132cfa185bea4f6c8e131f5aa84e5b Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 3 Feb 2006 09:56:36 +0000 Subject: [PATCH] To avoid compilation errors. vtkProperty header file is removed from VTKViewer_Actor header file. --- src/OBJECT/SMESH_Actor.cxx | 3 ++- src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx | 1 + src/SMESHGUI/SMESHGUI_ClippingDlg.cxx | 1 + src/SMESHGUI/SMESHGUI_CreatePolyhedralVolumeDlg.cxx | 1 + src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx | 1 + src/SMESHGUI/SMESHGUI_MoveNodesDlg.cxx | 1 + src/SMESHGUI/SMESHGUI_MultiEditDlg.cxx | 1 + src/SMESHGUI/SMESHGUI_NodesDlg.cxx | 1 + 8 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/OBJECT/SMESH_Actor.cxx b/src/OBJECT/SMESH_Actor.cxx index d06df22df..5b21ac70a 100644 --- a/src/OBJECT/SMESH_Actor.cxx +++ b/src/OBJECT/SMESH_Actor.cxx @@ -31,13 +31,14 @@ #include "SMESH_ActorUtils.h" #include "SMESH_DeviceActor.h" #include "SMESH_ControlsDef.hxx" -#include +#include "VTKViewer_ExtractUnstructuredGrid.h" #include "SUIT_Session.h" #include "SUIT_ResourceMgr.h" #include +#include #include #include #include diff --git a/src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx b/src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx index 0b5e32022..7a396fd41 100644 --- a/src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx @@ -65,6 +65,7 @@ #include #include #include +#include // QT Includes #include diff --git a/src/SMESHGUI/SMESHGUI_ClippingDlg.cxx b/src/SMESHGUI/SMESHGUI_ClippingDlg.cxx index 4fe87b62a..5bac21893 100644 --- a/src/SMESHGUI/SMESHGUI_ClippingDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_ClippingDlg.cxx @@ -69,6 +69,7 @@ #include #include #include +#include // STL includes #include diff --git a/src/SMESHGUI/SMESHGUI_CreatePolyhedralVolumeDlg.cxx b/src/SMESHGUI/SMESHGUI_CreatePolyhedralVolumeDlg.cxx index e192ee20f..abced02c6 100644 --- a/src/SMESHGUI/SMESHGUI_CreatePolyhedralVolumeDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_CreatePolyhedralVolumeDlg.cxx @@ -62,6 +62,7 @@ #include #include #include +#include // QT Includes #include diff --git a/src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx b/src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx index 205b5b346..c7ceb4bb9 100755 --- a/src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx @@ -91,6 +91,7 @@ #include #include #include +#include #define SPACING 5 #define MARGIN 10 diff --git a/src/SMESHGUI/SMESHGUI_MoveNodesDlg.cxx b/src/SMESHGUI/SMESHGUI_MoveNodesDlg.cxx index 1cb0413fb..1f8dbe539 100644 --- a/src/SMESHGUI/SMESHGUI_MoveNodesDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_MoveNodesDlg.cxx @@ -63,6 +63,7 @@ #include #include #include +#include // QT includes #include diff --git a/src/SMESHGUI/SMESHGUI_MultiEditDlg.cxx b/src/SMESHGUI/SMESHGUI_MultiEditDlg.cxx index 611365f8c..74ad155bd 100755 --- a/src/SMESHGUI/SMESHGUI_MultiEditDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_MultiEditDlg.cxx @@ -70,6 +70,7 @@ #include #include #include +#include // QT Includes #include diff --git a/src/SMESHGUI/SMESHGUI_NodesDlg.cxx b/src/SMESHGUI/SMESHGUI_NodesDlg.cxx index 55b31e524..0e29413e7 100644 --- a/src/SMESHGUI/SMESHGUI_NodesDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_NodesDlg.cxx @@ -69,6 +69,7 @@ #include #include #include +#include // QT Includes #include -- 2.39.2