aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-20 21:25:13 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-20 21:25:13 +0000
commita52c74095ffd4b898a05d1ec93e410eaa639d6a2 (patch)
treec10396f20635eb2abfb14285820e7e9ebe02ffb1 /test
parent647a817b2e352ae8f3599ba393d344f83d3b416e (diff)
rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h>
in the examples instead of ugly things like #include"../../src/Core.h"
Diffstat (limited to 'test')
-rw-r--r--test/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.h b/test/main.h
index 29a56b973..8cab47331 100644
--- a/test/main.h
+++ b/test/main.h
@@ -29,7 +29,7 @@
#include <QtTest/QtTest>
#define EIGEN_INTERNAL_DEBUGGING
-#include "../src/Core.h"
+#include <Eigen/Core.h>
#include <cstdlib>
#include <ctime>