Make the benchmarks compile again

This commit is contained in:
Eduard Bopp 2015-03-26 15:22:27 +01:00
parent dd80ec2dbb
commit c034708e06
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#![feature(test)]
extern crate test;
extern crate rand;
extern crate "nalgebra" as na;
extern crate nalgebra as na;
use rand::{IsaacRng, Rng};
use test::Bencher;