From a8d628fcc5a14ee693f8acff663ba5b48ecb0114 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Mon, 4 Oct 2004 15:23:43 +0000 Subject: [PATCH] added missing include for non-PCH compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/http.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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" -- 2.50.0