projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0154a29
)
Patch #565656, fix for compilers without precomp headers
author
Robin Dunn
<robin@alldunn.com>
Fri, 7 Jun 2002 16:52:57 +0000
(16:52 +0000)
committer
Robin 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
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/dirdlg.cpp
b/src/msw/dirdlg.cpp
index e736175a5c68fa16c5525ffe7861a9996fea3e09..9936da7cfc683033de42973432eac7fd8ede562a 100644
(file)
--- a/
src/msw/dirdlg.cpp
+++ b/
src/msw/dirdlg.cpp
@@
-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"