From a52c74095ffd4b898a05d1ec93e410eaa639d6a2 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 20 Dec 2007 21:25:13 +0000 Subject: rename src/ to Eigen/ so that we're able to #include in the examples instead of ugly things like #include"../../src/Core.h" --- doc/tutorial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tutorial.cpp') diff --git a/doc/tutorial.cpp b/doc/tutorial.cpp index 8348cab52..e98e1c07a 100644 --- a/doc/tutorial.cpp +++ b/doc/tutorial.cpp @@ -1,4 +1,4 @@ -#include "../src/Core.h" +#include USING_EIGEN_DATA_TYPES -- cgit v1.2.3