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