Fix compilation problem with the DEV OCCT

This commit is contained in:
rnv 2014-03-28 14:25:42 +04:00
parent ef95b8ac70
commit f9093c31a8

View File

@ -50,8 +50,8 @@
#ifndef _Standard_Boolean_HeaderFile #ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx> #include <Standard_Boolean.hxx>
#endif #endif
#ifndef _Handle_PrsMgr_PresentationManager3d_HeaderFile #ifndef _PrsMgr_PresentationManager_HeaderFile
#include <Handle_PrsMgr_PresentationManager3d.hxx> #include <PrsMgr_PresentationManager.hxx>
#endif #endif
#ifndef _Handle_Prs3d_Presentation_HeaderFile #ifndef _Handle_Prs3d_Presentation_HeaderFile
#include <Handle_Prs3d_Presentation.hxx> #include <Handle_Prs3d_Presentation.hxx>
@ -65,7 +65,6 @@
#include <QList> #include <QList>
#include <QVariant> #include <QVariant>
class PrsMgr_PresentationManager3d;
class Prs3d_Presentation; class Prs3d_Presentation;
class SALOME_InteractiveObject; class SALOME_InteractiveObject;
class TopoDS_Shape; class TopoDS_Shape;