diff include/common.h @ 1:7b6dab24f4b8

Gui parts complete.
author pyon@macmini
date Sun, 04 Aug 2013 21:42:49 +0900
parents 0c0701a935f8
children c066fde99517
line wrap: on
line diff
--- a/include/common.h	Sun Jul 21 16:07:19 2013 +0900
+++ b/include/common.h	Sun Aug 04 21:42:49 2013 +0900
@@ -1,5 +1,5 @@
 // Filename   : common.h
-// Last Change: 21-Jul-2013.
+// Last Change: 02-Aug-2013.
 //
 #ifndef __COMMON_H__
 #define __COMMON_H__
@@ -36,6 +36,7 @@
 #include <wx/textfile.h>
 #include <wx/tokenzr.h>
 #include <wx/msgdlg.h>
+#include <wx/regex.h>
 #include <wx/xrc/xmlres.h>
 
 #endif