summaryrefslogtreecommitdiff
path: root/news/nget/patches/patch-stlhelp.h
blob: 8a143e3cd2fc7e4ca82f6f997514c50b8e0e7284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-stlhelp.h,v 1.1 2011/12/06 19:51:07 joerg Exp $

--- stlhelp.h.orig	2011-12-06 17:03:41.000000000 +0000
+++ stlhelp.h
@@ -19,6 +19,8 @@
 #ifndef _STLHELP_H_
 #define _STLHELP_H_
 
+#include <cstring>
+
 struct eqstr
 {
 	bool operator()(const char* s1, const char* s2) const