aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/stdvector.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-02-07 11:16:15 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-02-07 11:16:15 +0000
commit3009d79a1f8d54ed66d1ba8abd0ab873931d77d3 (patch)
treee9120eefe14398ac08efe5ea073246141e862c24 /test/stdvector.cpp
parent24808dc090a55bcff1f59753b824ca14db1f9099 (diff)
* allow Matrix to be resized to 0 (solve a lot of troubles with
some containers) * new workaround for std::vector which is supposed to work for any classes having EIGEN_MAKE_ALIGNED_OPERATOR_NEW as discussed on ML
Diffstat (limited to 'test/stdvector.cpp')
-rw-r--r--test/stdvector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stdvector.cpp b/test/stdvector.cpp
index 78e65e927..998945a6e 100644
--- a/test/stdvector.cpp
+++ b/test/stdvector.cpp
@@ -22,8 +22,8 @@
// License and a copy of the GNU General Public License along with
// Eigen. If not, see <http://www.gnu.org/licenses/>.
-#include "main.h"
#include <Eigen/StdVector>
+#include "main.h"
#include <Eigen/Geometry>
template<typename MatrixType>