aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/benchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/benchmark.cpp')
-rw-r--r--doc/benchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/benchmark.cpp b/doc/benchmark.cpp
index ae2a52e9c..2bf445ed5 100644
--- a/doc/benchmark.cpp
+++ b/doc/benchmark.cpp
@@ -1,6 +1,6 @@
// g++ -O3 -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark
-#include "src/Core.h"
+#include <Eigen/Core.h>
using namespace std;
USING_EIGEN_DATA_TYPES