blob: f83c7866ec3de63e1ef424a6adb61deb06237c7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-libs_gcu_loader-error.h,v 1.1 2013/05/09 13:45:45 joerg Exp $
--- libs/gcu/loader-error.h.orig 2013-05-07 20:05:57.000000000 +0000
+++ libs/gcu/loader-error.h
@@ -28,6 +28,7 @@
/*!\file*/
#include <stdexcept>
+#include <string>
namespace gcu {
|