From 0801246058c72af0248b2c21bdde65fa2288e03f Mon Sep 17 00:00:00 2001 From: cbeall3 Date: Thu, 10 Jul 2014 07:57:19 -0400 Subject: [PATCH] revert include path change --- gtsam/3rdparty/Eigen/Eigen/src/StlSupport/StdVector.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtsam/3rdparty/Eigen/Eigen/src/StlSupport/StdVector.h b/gtsam/3rdparty/Eigen/Eigen/src/StlSupport/StdVector.h index ea3b571c2..40a9abefa 100644 --- a/gtsam/3rdparty/Eigen/Eigen/src/StlSupport/StdVector.h +++ b/gtsam/3rdparty/Eigen/Eigen/src/StlSupport/StdVector.h @@ -11,8 +11,7 @@ #ifndef EIGEN_STDVECTOR_H #define EIGEN_STDVECTOR_H -//#include "Eigen/src/StlSupport/details.h" -#include "gtsam/3rdparty/Eigen/Eigen/src/StlSupport/details.h" +#include "Eigen/src/StlSupport/details.h" /** * This section contains a convenience MACRO which allows an easy specialization of