minor cleaning

This commit is contained in:
Gael Guennebaud
2010-03-05 09:57:04 +01:00
parent 279ad44509
commit 24ef5fedcd
2 changed files with 2 additions and 30 deletions

View File

@@ -3,7 +3,7 @@
// icpc bench_gemm.cpp -I .. -O3 -DNDEBUG -lrt -openmp && OMP_NUM_THREADS=2 ./a.out
#include <Eigen/Core>
#include <iostream>
#include <bench/BenchTimer.h>
using namespace std;