waterboxhost: Add missing import, tests now run

This commit is contained in:
James Groom 2023-07-28 04:42:45 +10:00 committed by GitHub
parent ff57303821
commit 4217be1528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#![cfg(test)]
use core::arch::asm;
use std::mem::transmute;
use super::*;