Salome HOME
Migration to OCCT 7.0
[modules/gui.git] / src / OCCViewer / OCCViewer_ViewPort3d.h
index b05bd3a4a310b11f29e42b55261788fa9af8c0be..e122cebabf1a0c253125db0f1757c3c54dbf90dd 100755 (executable)
 #include "Qtx.h"
 
 #include <V3d_View.hxx>
+#include <V3d_Viewer.hxx>
 
 class QColor;
 class QString;
 class QRect;
 
-class Handle(V3d_Viewer);
-
 #ifdef WIN32
 #pragma warning ( disable:4251 )
 #endif