Mercurial > mercurial > hgweb_searcher03.cgi
diff include/common.h @ 11:dfcf8c973219
Implement Cache maker.
author | pyon@macmini |
---|---|
date | Wed, 07 May 2014 20:38:57 +0900 |
parents | b455f2d8aac9 |
children | 52958cd4a073 |
line wrap: on
line diff
--- a/include/common.h Mon Apr 28 18:14:04 2014 +0900 +++ b/include/common.h Wed May 07 20:38:57 2014 +0900 @@ -1,5 +1,5 @@ // Filename : common.h -// Last Change: 23-Apr-2014. +// Last Change: 30-Apr-2014. // #ifndef __COMMON_H__ #define __COMMON_H__ @@ -43,6 +43,7 @@ #include <wx/dir.h> #include <wx/print.h> #include <wx/html/htmprint.h> +#include <wx/datectrl.h> #include <wx/xrc/xmlres.h> #endif