diff --git a/src/main.rs b/src/main.rs
index 2819f81ee92e0f938111a8257f27945ec27c8ff9..d9776f850b7a185a11b7ddc76f46ee039c9274e7 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -27,6 +27,7 @@ extern crate subtle;
 #[macro_use]
 extern crate cbor;
 extern crate crypto;
+extern crate linked_list_allocator;
 
 mod ctap;
 mod usb_ctap_hid;