add compatibility with long double

This commit is contained in:
Chen-Pang He
2011-08-20 12:33:51 +08:00
parent ea4a1960f0
commit 6d7a32231d
3 changed files with 113 additions and 6 deletions

View File

@@ -25,6 +25,7 @@
#ifndef EIGEN_MATRIX_FUNCTIONS
#define EIGEN_MATRIX_FUNCTIONS
#include <cfloat>
#include <list>
#include <functional>
#include <iterator>