missing headers for !USE_PCH compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -27,9 +27,12 @@
 | 
			
		||||
// for all others, include the necessary headers (this file is usually all you
 | 
			
		||||
// need because it includes almost all "standard" wxWindows headers)
 | 
			
		||||
#ifndef WX_PRECOMP
 | 
			
		||||
    #include "wx/log.h"
 | 
			
		||||
 | 
			
		||||
    #include "wx/app.h"
 | 
			
		||||
    #include "wx/frame.h"
 | 
			
		||||
    #include "wx/dialog.h"
 | 
			
		||||
    #include "wx/menu.h"
 | 
			
		||||
 | 
			
		||||
    #include "wx/button.h"
 | 
			
		||||
    #include "wx/sizer.h"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user