From: Dimitri Schoolwerth Date: Mon, 4 Oct 2004 15:23:43 +0000 (+0000) Subject: added missing include for non-PCH compilation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a8d628fcc5a14ee693f8acff663ba5b48ecb0114 added missing include for non-PCH compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/http.cpp b/src/common/http.cpp index d65d37f9cb..259678ef7b 100644 --- a/src/common/http.cpp +++ b/src/common/http.cpp @@ -24,7 +24,12 @@ #include #include + +#ifndef WX_PRECOMP #include "wx/string.h" +#include "wx/app.h" +#endif + #include "wx/tokenzr.h" #include "wx/socket.h" #include "wx/protocol/protocol.h"