CREDIT Hauke Heibel, fix MSVC warnings

This commit is contained in:
Benoit Jacob
2009-05-09 03:41:17 +00:00
parent 3b79d99f71
commit eac79b6d2e
5 changed files with 6 additions and 8 deletions

View File

@@ -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>