forked from pool/hugin
f85e0ff120
OBS-URL: https://build.opensuse.org/request/show/64798 OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=15
21 lines
617 B
Diff
21 lines
617 B
Diff
|
|
# HG changeset patch
|
|
# User Bruno Postle <bruno@postle.net>
|
|
# Date 1295990053 0
|
|
# Node ID 1fc6ad6e7c7ae679e3b8f96b6f4c36920f228138
|
|
# Parent 9e1d0816a1edd95a985ad6fd62da9c8b7342efb5
|
|
Fix for compilation with gcc-4.6.0
|
|
|
|
diff -r 9e1d0816a1ed -r 1fc6ad6e7c7a src/foreign/vigra/vigra/multi_iterator.hxx
|
|
--- a/src/foreign/vigra/vigra/multi_iterator.hxx Mon Jan 24 21:37:53 2011 +0100
|
|
+++ b/src/foreign/vigra/vigra/multi_iterator.hxx Tue Jan 25 21:14:13 2011 +0000
|
|
@@ -41,6 +41,7 @@
|
|
#define VIGRA_MULTI_ITERATOR_HXX
|
|
|
|
#include <sys/types.h>
|
|
+#include <stddef.h>
|
|
#include "tinyvector.hxx"
|
|
#include "iteratortags.hxx"
|
|
|
|
|