You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-cpp/eigen/files/eigen-3.0.0-gcc46.patch

17 lines
479 B

Eigen/src/StlSupport/details.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Eigen/src/StlSupport/details.h b/Eigen/src/StlSupport/details.h
index 397c8ef..c1ac745 100644
--- a/Eigen/src/StlSupport/details.h
+++ b/Eigen/src/StlSupport/details.h
@@ -30,6 +30,8 @@
#define EIGEN_ALIGNED_ALLOCATOR Eigen::aligned_allocator
#endif
+#include <cstddef>
+
namespace Eigen {
// This one is needed to prevent reimplementing the whole std::vector.