From 744e788f5e46dae9d3a5cbc99dd0d8459740fb77 Mon Sep 17 00:00:00 2001 From: emv Date: Wed, 11 Dec 2019 09:38:04 +0300 Subject: [PATCH] Fixed Graphic3d_Vec4.hxx usage within Quantity_ColorRGBA.hxx --- src/Quantity/Quantity_ColorRGBA.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.5