Include wx/hashmap.h from wx/webrequest.h explicitly

This header was already implicitly included, but make it explicit.

No real changes.
This commit is contained in:
Vadim Zeitlin
2020-12-13 02:27:26 +01:00
parent fc633f5aae
commit ea71cf3984

View File

@@ -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"