Skip to content

Commit db42c14

Browse files
Fix wasm build
1 parent 911dc07 commit db42c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rosomaxa/src/utils/timing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use crate::utils::Float;
12
use std::time::Duration;
23

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

1313
#[derive(Clone)]

0 commit comments

Comments
 (0)