does not include MatrixMaketIterator on win32,

no "using whatever" in global scope in a header file
This commit is contained in:
Gael Guennebaud
2012-03-31 18:01:43 +02:00
parent daaeddd581
commit a060e0b486
2 changed files with 20 additions and 19 deletions

View File

@@ -38,9 +38,15 @@ namespace Eigen {
#include "src/SparseExtra/RandomSetter.h"
#include "src/SparseExtra/MarketIO.h"
#include "src/SparseExtra/MatrixMarketIterator.h"
} // namespace Eigen
#if !defined(_WIN32)
#include <dirent.h>
namespace Eigen {
#include "src/SparseExtra/MatrixMarketIterator.h"
}
#endif
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_SPARSE_EXTRA_MODULE_H