X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FAIS%2FAIS_TexturedShape.cxx;h=552c95f07c23fb7a755b00413d47231a9f2c8383;hb=7f24b768c30df045ec4a7c712724195643081dfb;hpb=787ff2408c680462f82753ae698239cf5587fa98 diff --git a/src/AIS/AIS_TexturedShape.cxx b/src/AIS/AIS_TexturedShape.cxx index 00b1c22695..552c95f07c 100644 --- a/src/AIS/AIS_TexturedShape.cxx +++ b/src/AIS/AIS_TexturedShape.cxx @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include #include @@ -433,7 +433,7 @@ void AIS_TexturedShape::Compute (const Handle(PrsMgr_PresentationManager3d)& /*t } else { - StdPrs_BndBox::Add (thePrs, BoundingBox(), myDrawer); + Prs3d_BndBox::Add (thePrs, BoundingBox(), myDrawer); } break; }