]> git.saurik.com Git - wxWidgets.git/commitdiff
missing headers for !USE_PCH compilation
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 18 Sep 2003 15:52:34 +0000 (15:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 18 Sep 2003 15:52:34 +0000 (15:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/except/except.cpp

index 11972994afcd36936bc3a90d74b61559f5d5134d..6f8a0acbbef036cdade049021150e1218141d553 100644 (file)
 // 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"