projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf9f673
)
added missing wx/wrapsizer.h include
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 1 Jun 2008 15:32:41 +0000
(15:32 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 1 Jun 2008 15:32:41 +0000
(15:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53901
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
samples/layout/layout.cpp
patch
|
blob
|
blame
|
history
diff --git
a/samples/layout/layout.cpp
b/samples/layout/layout.cpp
index da5a8580b5d3033fd162837926ae0b087b9e147f..3cd1269b08889fdabc377bd0ce4557b2948c7a19 100644
(file)
--- a/
samples/layout/layout.cpp
+++ b/
samples/layout/layout.cpp
@@
-30,6
+30,7
@@
#include "wx/statline.h"
#include "wx/notebook.h"
#include "wx/spinctrl.h"
+#include "wx/wrapsizer.h"
#include "layout.h"