From e37cca8625efbd4519e4e9440bf9a9c6ebbdc130 Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Tue, 6 Dec 2022 14:37:34 +0100 Subject: [PATCH] more hex_color fixes --- crates/ecolor/src/hex_color.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/ecolor/src/hex_color.rs b/crates/ecolor/src/hex_color.rs index da521e313273..fa8d26519db3 100644 --- a/crates/ecolor/src/hex_color.rs +++ b/crates/ecolor/src/hex_color.rs @@ -1,3 +1,5 @@ +use crate::Color32; + /// Construct a [`crate::Color32`] from a hex RGB or RGBA string. /// /// ```