Mercurial > mercurial > hgweb_dw.cgi
diff include/common.h @ 3:eea479fc2a28 default tip
redesign form.
author | pyon@macmini |
---|---|
date | Sun, 25 Nov 2012 12:59:11 +0900 |
parents | 7c3921bf511e |
children |
line wrap: on
line diff
--- a/include/common.h Thu Nov 08 20:17:12 2012 +0900 +++ b/include/common.h Sun Nov 25 12:59:11 2012 +0900 @@ -1,5 +1,5 @@ // Filename : common.h -// Last Change: 12-Oct-2012. +// Last Change: 25-Nov-2012. // #ifndef __COMMON_H__ #define __COMMON_H__ @@ -36,6 +36,8 @@ #include <wx/config.h> #include <wx/fileconf.h> #include <wx/filepicker.h> +#include <wx/srchctrl.h> +#include <wx/gbsizer.h> #include <wx/window.h> #endif