X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8650108199bf799f21e29811cddaefd579c98c88..0bbe61b8c18a1795189f0cf73cc61c14a0fb846d:/src/common/http.cpp diff --git a/src/common/http.cpp b/src/common/http.cpp index 5a185bf899..fc7248f61a 100644 --- a/src/common/http.cpp +++ b/src/common/http.cpp @@ -32,6 +32,7 @@ #include "wx/url.h" #include "wx/protocol/http.h" #include "wx/sckstrm.h" +#include "wx/thread.h" IMPLEMENT_DYNAMIC_CLASS(wxHTTP, wxProtocol) IMPLEMENT_PROTOCOL(wxHTTP, wxT("http"), wxT("80"), true)