mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
$NetBSD: patch-jb,v 1.1 2012/07/15 14:30:36 alnsn Exp $
|
|
Add missing #include <cstddef> for ptrdiff_t.
|
|
|
|
--- include/qvaluelist.h.orig 2007-02-02 14:01:04.000000000 +0000
|
|
+++ include/qvaluelist.h
|
|
@@ -45,6 +45,7 @@
|
|
#endif // QT_H
|
|
|
|
#ifndef QT_NO_STL
|
|
+#include <cstddef>
|
|
#include <iterator>
|
|
#include <list>
|
|
#endif
|