fix compilation on ubuntu 9.04's version of gcc 4.3 (yes, wtf)

This commit is contained in:
Benoit Jacob
2010-09-27 09:57:57 -04:00
parent 94ea1eed9a
commit 71f023de3e
6 changed files with 19 additions and 13 deletions

View File

@@ -26,6 +26,8 @@
#ifndef EIGEN_CORE_H
#define EIGEN_CORE_H
#define EIGEN_NO_STATIC_ASSERT
// first thing Eigen does: prevent MSVC from committing suicide
#include "src/Core/util/DisableMSVCWarnings.h"