aboutsummaryrefslogtreecommitdiffhomepage
path: root/demos/mandelbrot/mandelbrot.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-07-21 17:13:02 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-07-21 17:13:02 +0200
commitf1104a3b0faac4a6daf54b6a7474ab693a40e8d1 (patch)
tree8fea8a66bfed44685fb0e05c0a48a3f6413907f3 /demos/mandelbrot/mandelbrot.h
parentc64c0f382fd3215c2df9b764a1a6b2565acc979f (diff)
fix mandelbrot compilation, and make it use Array instead of Matrix
Diffstat (limited to 'demos/mandelbrot/mandelbrot.h')
-rw-r--r--demos/mandelbrot/mandelbrot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/mandelbrot/mandelbrot.h b/demos/mandelbrot/mandelbrot.h
index d0e3b6c96..950be82e2 100644
--- a/demos/mandelbrot/mandelbrot.h
+++ b/demos/mandelbrot/mandelbrot.h
@@ -25,7 +25,7 @@
#ifndef MANDELBROT_H
#define MANDELBROT_H
-#include <Eigen/Array>
+#include <Eigen/Core>
#include <QtGui/QApplication>
#include <QtGui/QWidget>
#include <QtCore/QThread>