Add removed use declaration

This commit is contained in:
Phillip Stephens 2022-02-13 13:36:32 -08:00
parent 615204f71f
commit aa13632704
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
use std::collections::{BTreeMap, HashMap};
use bitflags::bitflags;
use sdl2::{
controller::{Axis, GameController},