diff options
Diffstat (limited to 'math/mtl/files/patch-mtl__external_vector.h')
-rw-r--r-- | math/mtl/files/patch-mtl__external_vector.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/mtl/files/patch-mtl__external_vector.h b/math/mtl/files/patch-mtl__external_vector.h new file mode 100644 index 000000000000..55cff6e58159 --- /dev/null +++ b/math/mtl/files/patch-mtl__external_vector.h @@ -0,0 +1,10 @@ +--- mtl/external_vector.h.orig 2007-04-10 16:03:10.000000000 -0400 ++++ mtl/external_vector.h 2012-01-01 03:59:14.000000000 -0500 +@@ -3,6 +3,7 @@ + + #include "mtl/mtl_iterator.h" + #include "mtl/mtl_exception.h" ++#include <cstddef> + + namespace mtl { + |