mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 10:18:09 -04:00
13 lines
280 B
C++
13 lines
280 B
C++
$NetBSD: patch-include_cln_exception.h,v 1.1 2013/05/04 12:59:47 joerg Exp $
|
|
|
|
--- include/cln/exception.h.orig 2013-05-04 00:51:47.000000000 +0000
|
|
+++ include/cln/exception.h
|
|
@@ -4,6 +4,7 @@
|
|
#define _CL_EXCEPTION_H
|
|
|
|
#include <stdexcept>
|
|
+#include <string>
|
|
|
|
namespace cln {
|
|
|