]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing include for non-PCH compilation
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Mon, 4 Oct 2004 15:23:43 +0000 (15:23 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Mon, 4 Oct 2004 15:23:43 +0000 (15:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/http.cpp

index d65d37f9cb7b7c6b5d66e512bf50da8dcf1b0a31..259678ef7bfbb26344d619805919d6e6b8297825 100644 (file)
 
 #include <stdio.h>
 #include <stdlib.h>
+
+#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"