Skip to content

Commit

Permalink
Add missing DevicesError import to coreaudio backend
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchmindtree committed Jun 24, 2019
1 parent 50dfe27 commit 879c91e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/host/coreaudio/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use BuildStreamError;
use DefaultFormatError;
use Device as DeviceTrait;
use DeviceNameError;
use DevicesError;
use EventLoop as EventLoopTrait;
use Format;
use Host as HostTrait;
Expand Down

0 comments on commit 879c91e

Please sign in to comment.