diff include/myframe.h @ 8:b59dfcc84d7a default tip

v0.4b
author pyon@macmini
date Thu, 13 Oct 2011 20:13:41 +0900
parents 3b734fd6ee2b
children
line wrap: on
line diff
--- a/include/myframe.h	Sat Oct 08 19:49:13 2011 +0900
+++ b/include/myframe.h	Thu Oct 13 20:13:41 2011 +0900
@@ -1,5 +1,5 @@
 // Filename   : myframe.h
-// Last Change: 06-Oct-2011.
+// Last Change: 13-Oct-2011.
 //
 #ifndef MYFRAME
 #define MYFRAME
@@ -26,6 +26,7 @@
     #include <wx/stdpaths.h>
     #include <wx/sizer.h>
     #include <wx/combobox.h>
+    #include <wx/progdlg.h>
     #include <wx/frame.h>
 #endif