Skip to content

Commit

Permalink
Fix wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
reinterpretcat committed Sep 3, 2024
1 parent 911dc07 commit db42c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosomaxa/src/utils/timing.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use crate::utils::Float;
use std::time::Duration;

/// Implements performance timer functionality, mostly exists due to problem
Expand All @@ -7,7 +8,6 @@ pub type Timer = actual::Timer;
#[cfg(not(target_arch = "wasm32"))]
mod actual {
use super::*;
use crate::utils::Float;
use std::time::Instant;

#[derive(Clone)]
Expand Down

0 comments on commit db42c14

Please sign in to comment.