Salome HOME
updated copyright message
[modules/geom.git] / src / RepairGUI / RepairGUI_InspectObjectDlg.h
index d8ffff0d4835507537810b31c1f2faec97e7b42f..4f0dfd56bb0eb6796fdb6215093875639074946c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2014-2023  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -28,6 +28,9 @@
 #include <QPointer>
 #include <QIcon>
 
+// OCCT includes
+#include <TopTools_IndexedMapOfShape.hxx>
+
 class GeometryGUI;
 class SalomeApp_DoubleSpinBox;
 
@@ -41,8 +44,6 @@ class QStackedLayout;
 class QTreeWidget;
 class QTreeWidgetItem;
 
-class TopTools_IndexedMapOfShape;
-
 class RepairGUI_InspectObjectDlg : public QDialog, public GEOMBase_Helper
 { 
   Q_OBJECT