Skip to content

Commit fd9964b

Browse files
committed
Add missing import.
1 parent 3fe3a4e commit fd9964b

File tree

1 file changed

+1
-1
lines changed
  • crates/processing_render/src

1 file changed

+1
-1
lines changed

crates/processing_render/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pub mod error;
22
pub mod render;
33

4-
use std::{cell::RefCell, num::NonZero, ptr::NonNull, sync::OnceLock};
4+
use std::{cell::RefCell, ffi::c_void, num::NonZero, ptr::NonNull, sync::OnceLock};
55

66
use bevy::{
77
app::{App, AppExit},

0 commit comments

Comments
 (0)