Skip to content

Commit

Permalink
Need to include GraphicsDevice now for no graphics builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Vaisvil committed Sep 27, 2024
1 parent 2050567 commit 0dfb334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/metrics/graphics/graphics_none.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright 2019-2020, Benjamin Vaisvil and the zenith contributors
*/
use crate::metrics::graphics::device::GraphicsDevice;
use crate::metrics::graphics::device::GraphicsExt;
use crate::metrics::CPUTimeApp;

Expand Down

0 comments on commit 0dfb334

Please sign in to comment.