diff --git a/src/lib.rs b/src/lib.rs index 38c0f408..04a8c2fe 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -109,6 +109,7 @@ Feel free to add your project to this list if you happen to use **nalgebra**! extern mod std; extern mod extra; +extern mod serialize; pub mod na; mod structs;