diff include/common.h @ 12:52958cd4a073

Implement Force Mask button in Batch Print Mode.
author pyon@macmini
date Sun, 18 May 2014 19:49:15 +0900
parents dfcf8c973219
children de222bc84e48
line wrap: on
line diff
--- a/include/common.h	Wed May 07 20:38:57 2014 +0900
+++ b/include/common.h	Sun May 18 19:49:15 2014 +0900
@@ -1,5 +1,5 @@
 // Filename   : common.h
-// Last Change: 30-Apr-2014.
+// Last Change: 14-May-2014.
 //
 #ifndef __COMMON_H__
 #define __COMMON_H__
@@ -37,11 +37,13 @@
 #include <wx/textfile.h>
 #include <wx/tokenzr.h>
 #include <wx/msgdlg.h>
+#include <wx/filedlg.h>
 #include <wx/progdlg.h>
 #include <wx/grid.h>
 #include <wx/regex.h>
 #include <wx/dir.h>
 #include <wx/print.h>
+#include <wx/filepicker.h>
 #include <wx/html/htmprint.h>
 #include <wx/datectrl.h>
 #include <wx/xrc/xmlres.h>