extrema-4.4.5-gcc47.patch 433 B

12345678910111213
  1. diff --git a/src/Graphics/GRA_thiessenTriangulation.h b/src/Graphics/GRA_thiessenTriangulation.h
  2. index cbcc050..571943e 100644
  3. --- a/src/Graphics/GRA_thiessenTriangulation.h
  4. +++ b/src/Graphics/GRA_thiessenTriangulation.h
  5. @@ -19,6 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  6. #define GRA_THIESSENTRIANGULATION
  7. #include <vector>
  8. +#include <cstddef>
  9. class GRA_thiessenTriangulation
  10. {