Fix CI profiling compile failure (#4184)

This commit is contained in:
Timon
2026-05-31 20:31:08 +00:00
parent a40e0d2887
commit 51427bef5f

View File

@@ -4,6 +4,7 @@ use futures::executor::block_on;
use graph_craft::proto::ProtoNetwork;
use graph_craft::util::{DEMO_ART, compile, load_from_name};
use graphene_std::application_io::EditorApi;
use graphene_std::application_io::resource::ResourceRegistry;
use interpreted_executor::dynamic_executor::DynamicExecutor;
use interpreted_executor::util::wrap_network_in_scope;