From ea71cf398409df1aaffdca567e06a9968def9496 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 13 Dec 2020 02:27:26 +0100 Subject: [PATCH] Include wx/hashmap.h from wx/webrequest.h explicitly This header was already implicitly included, but make it explicit. No real changes. --- include/wx/webrequest.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/webrequest.h b/include/wx/webrequest.h index d26707d556..8dae572afc 100644 --- a/include/wx/webrequest.h +++ b/include/wx/webrequest.h @@ -16,6 +16,7 @@ #include "wx/event.h" #include "wx/ffile.h" +#include "wx/hashmap.h" #include "wx/object.h" #include "wx/scopedptr.h" #include "wx/sharedptr.h"