projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df055cb
)
compilation fix for USE_PCH
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 7 Apr 2002 17:28:56 +0000
(17:28 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 7 Apr 2002 17:28:56 +0000
(17:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14994
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
samples/artprov/artbrows.cpp
patch
|
blob
|
blame
|
history
diff --git
a/samples/artprov/artbrows.cpp
b/samples/artprov/artbrows.cpp
index cbc1802c6a6a90fb10900a6784f24bea7c71bc46..359130f9a4b5fa8c200c1f740e357e7f4fdff740 100644
(file)
--- a/
samples/artprov/artbrows.cpp
+++ b/
samples/artprov/artbrows.cpp
@@
-22,12
+22,12
@@
#ifndef WX_PRECOMP
#include "wx/wx.h"
- #include "wx/listctrl.h"
#include "wx/choice.h"
#endif
#include "wx/sizer.h"
#include "wx/imaglist.h"
+#include "wx/listctrl.h"
#include "artbrows.h"