Skip to content

Commit

Permalink
Update crates/bevy_hierarchy/src/valid_parent_check_plugin.rs
Browse files Browse the repository at this point in the history
Co-authored-by: François Mockers <[email protected]>
  • Loading branch information
BenjaminBrienen and mockersf authored Sep 21, 2024
1 parent 9e38e27 commit 0e82981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_hierarchy/src/valid_parent_check_plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use std::marker::PhantomData;
#[cfg(feature = "bevy_app")]
use crate::Parent;
use bevy_ecs::prelude::*;
#[cfg(feature = "bevy_app")]
use bevy_reflect::ShortName;
#[cfg(feature = "bevy_app")]
use bevy_utils::HashSet;
Expand Down

0 comments on commit 0e82981

Please sign in to comment.