Skip to content
Snippets Groups Projects
Commit 631fd71d authored by Christoph Pohl's avatar Christoph Pohl
Browse files

Updated Eigen header includes

The eigen3/ prefixed header does not include certain necessary declarations for
EIGEN_USING_STD
parent 769922be
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
#include <QWidget>
#include <QMutex>
#include <eigen3/Eigen/Dense>
#include <Eigen/Dense>
#include <valarray>
#include <ArmarXCore/interface/observers/ObserverInterface.h>
#include <ArmarXCore/observers/variant/DatafieldRef.h>
......
#pragma once
#include <Eigen/Dense>
#include <RobotAPI/components/units/RobotUnit/NJointControllers/NJointController.h>
#include <VirtualRobot/Robot.h>
......
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