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/media-libs/vigra/files/1.7.1-fix-tests.patch

12 lines
501 B

diff -urN vigra-1.7.1.old/test/utilities/test.cxx vigra-1.7.1/test/utilities/test.cxx
--- vigra-1.7.1.old/test/utilities/test.cxx 2011-09-04 17:13:53.362610527 +0200
+++ vigra-1.7.1/test/utilities/test.cxx 2011-09-04 17:27:55.772600423 +0200
@@ -33,6 +33,7 @@
/* */
/************************************************************************/
+#include <cstddef>
#include <iostream>
#include <iterator>
#include "unittest.hxx"