Patch #565656, fix for compilers without precomp headers
authorRobin Dunn <robin@alldunn.com>
Fri, 7 Jun 2002 16:52:57 +0000 (16:52 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 7 Jun 2002 16:52:57 +0000 (16:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/dirdlg.cpp

index e736175a5c68fa16c5525ffe7861a9996fea3e09..9936da7cfc683033de42973432eac7fd8ede562a 100644 (file)
@@ -37,6 +37,7 @@
     #include "wx/dialog.h"
     #include "wx/dirdlg.h"
     #include "wx/log.h"
+    #include "wx/app/h"
 #endif
 
 #include "wx/msw/private.h"