Skip to content
Snippets Groups Projects
Commit c9ef5b3c authored by Fabian Reister's avatar Fabian Reister
Browse files

virtualrobot: removing eigenstdvector header

parent 21f9d986
No related branches found
No related tags found
No related merge requests found
......@@ -105,11 +105,12 @@
#endif
// allow std vector to be used with Eigen objects
#include <SimoxUtility/EigenStdVector.h>
#include <memory>
#include <vector>
#include <deque>
#include <queue>
#include <Eigen/Core>
namespace VirtualRobot
......@@ -276,4 +277,3 @@ This assert macro does nothing on RELEASE builds.
#define VR_ASSERT_MESSAGE(expr, msg) assert((expr)&&(msg))
#endif
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