diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -129,6 +129,8 @@ extern crate opus; extern crate parking_lot; #[cfg(feature = "voice")] extern crate sodiumoxide; +#[cfg(feature = "threadpool")] +extern crate threadpool; #[cfg(feature = "client")] extern crate typemap; #[cfg(feature = "standard_framework")] |