summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-fritzbox/files/vdr-fritzbox-1.5.3-gcc11-include.patch
blob: 923a24112f0ec1b876fd1ee683b9d0e4d2330671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
https://bugs.gentoo.org/808665
https://github.com/jowi24/libnetpp/pull/1

From: Sam James <sam@gentoo.org>
Date: Fri, 20 Aug 2021 02:03:34 +0100
Subject: [PATCH] Add missing <map> include

Needed for std::map. Fixes GCC 11 build.
--- a/libnet++/HttpClient.h
+++ b/libnet++/HttpClient.h
@@ -22,6 +22,7 @@
 #ifndef HTTPCLIENT_H
 #define HTTPCLIENT_H
 
+#include <map>
 #include <string>
 
 #include "TcpClient.h"