mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
17 lines
437 B
C
17 lines
437 B
C
$NetBSD: patch-src_include_qrunner.h,v 1.2 2013/09/13 06:35:55 mef Exp $
|
|
|
|
Avoid implicit conversions to bool for streams.
|
|
Require C++11 for Clang and prefer std version over tr1 when in C++11
|
|
mode.
|
|
|
|
--- src/include/qrunner.h.orig 2013-05-03 14:32:45.000000000 +0000
|
|
+++ src/include/qrunner.h
|
|
@@ -32,6 +32,7 @@
|
|
#include <cerrno>
|
|
#include <stdexcept>
|
|
#include <cstring>
|
|
+#include <string>
|
|
|
|
#if HAVE_STD_BIND
|
|
# include <functional>
|