diff --git a/crates/ecolor/src/hex_color.rs b/crates/ecolor/src/hex_color.rs index da521e31327..fa8d26519db 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. /// /// ```