From: emv Date: Wed, 11 Dec 2019 06:38:04 +0000 (+0300) Subject: Fixed Graphic3d_Vec4.hxx usage within Quantity_ColorRGBA.hxx X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=744e788f5e46dae9d3a5cbc99dd0d8459740fb77;p=occt-copy.git Fixed Graphic3d_Vec4.hxx usage within Quantity_ColorRGBA.hxx --- diff --git a/src/Quantity/Quantity_ColorRGBA.cxx b/src/Quantity/Quantity_ColorRGBA.cxx index b7ade567a5..0ca0ddfcc6 100644 --- a/src/Quantity/Quantity_ColorRGBA.cxx +++ b/src/Quantity/Quantity_ColorRGBA.cxx @@ -15,7 +15,7 @@ #include -#include +#include #include @@ -68,7 +68,7 @@ namespace Standard_ASSERT_RETURN (theColorComponentBase >= 2, __FUNCTION__ ": 'theColorComponentBase' must be greater than 1.", 0.0f); - Graphic3d_Vec4 aColor (1.0f); + NCollection_Vec4 aColor (1.0f); if (hasAlphaComponent) { const Standard_ShortReal anAlphaComponent = takeColorComponentFromInteger (theColorInteger,