13 lines
421 B
C
13 lines
421 B
C
$NetBSD: patch-src_xmlrpcpp_XmlRpcBase64.h,v 1.1 2015/04/27 23:51:52 joerg Exp $
|
|
|
|
--- src/xmlrpcpp/XmlRpcBase64.h.orig 2015-04-27 23:29:49.000000000 +0000
|
|
+++ src/xmlrpcpp/XmlRpcBase64.h
|
|
@@ -19,6 +19,7 @@
|
|
#define __BASE64_H_INCLUDED__ 1
|
|
|
|
#include <iterator>
|
|
+#include <ios>
|
|
|
|
static
|
|
int _xmlrpc_base64Chars[]= {'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z',
|