commit | eac79b6d2e0a4feeccf7e5936cd972fdc4a74ac7 | [log] [tgz] |
---|---|---|
author | Benoit Jacob <jacob.benoit.1@gmail.com> | Sat May 09 03:41:17 2009 +0000 |
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | Sat May 09 03:41:17 2009 +0000 |
tree | 849253df47b33f5a2b3b6e80ad8a4a2b929692e1 | |
parent | 3b79d99f715bd9e1b21859f5ef2f274f1294df32 [diff] [blame] |
CREDIT Hauke Heibel, fix MSVC warnings
diff --git a/test/stdvector.cpp b/test/stdvector.cpp index 10788a7..e2e7368 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 <Eigen/StdVector> #include "main.h" +#include <Eigen/StdVector> #include <Eigen/Geometry> template<typename MatrixType>