mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
does not include MatrixMaketIterator on win32,
no "using whatever" in global scope in a header file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user