Skip to content
Snippets Groups Projects
Commit 0383fc63 authored by Olivier Stasse's avatar Olivier Stasse Committed by olivier stasse
Browse files

[linear_algebra] Remove warnings with Eigen on bionic.

parent e7b63cc1
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,11 @@
#ifndef DYNAMIC_GRAPH_LINEAR_ALGEBRA_H
#define DYNAMIC_GRAPH_LINEAR_ALGEBRA_H
#pragma GCC diagnostic push
#pragma GCC system_header
#include <Eigen/Core>
#include <Eigen/Geometry>
#pragma GCC diagnostic pop
namespace dynamicgraph {
typedef Eigen::MatrixXd Matrix;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment