diff include/common.h @ 2:c066fde99517

Added Batch Print Mode.
author pyon@macmini
date Fri, 23 Aug 2013 18:32:09 +0900
parents 7b6dab24f4b8
children b455f2d8aac9
line wrap: on
line diff
--- a/include/common.h	Sun Aug 04 21:42:49 2013 +0900
+++ b/include/common.h	Fri Aug 23 18:32:09 2013 +0900
@@ -1,5 +1,5 @@
 // Filename   : common.h
-// Last Change: 02-Aug-2013.
+// Last Change: 23-Aug-2013.
 //
 #ifndef __COMMON_H__
 #define __COMMON_H__
@@ -28,6 +28,7 @@
 #include <wx/sizer.h>
 #include <wx/splitter.h>
 #include <wx/srchctrl.h>
+#include <wx/notebook.h>
 #include <wx/statbmp.h>
 #include <wx/stattext.h>
 #include <wx/statusbr.h>
@@ -36,7 +37,12 @@
 #include <wx/textfile.h>
 #include <wx/tokenzr.h>
 #include <wx/msgdlg.h>
+#include <wx/progdlg.h>
+#include <wx/grid.h>
 #include <wx/regex.h>
+#include <wx/dir.h>
+#include <wx/print.h>
+#include <wx/html/htmprint.h>
 #include <wx/xrc/xmlres.h>
 
 #endif