diff include/common.h @ 15:de222bc84e48

Implement Mouse Gesture in Preview Dialog.
author pyon@macmini
date Sun, 15 Jun 2014 16:45:52 +0900
parents 52958cd4a073
children 92188f60323d
line wrap: on
line diff
--- a/include/common.h	Thu Jun 05 04:19:03 2014 +0900
+++ b/include/common.h	Sun Jun 15 16:45:52 2014 +0900
@@ -1,5 +1,5 @@
 // Filename   : common.h
-// Last Change: 14-May-2014.
+// Last Change: 05-Jun-2014.
 //
 #ifndef __COMMON_H__
 #define __COMMON_H__
@@ -44,6 +44,7 @@
 #include <wx/dir.h>
 #include <wx/print.h>
 #include <wx/filepicker.h>
+#include <wx/clipbrd.h>
 #include <wx/html/htmprint.h>
 #include <wx/datectrl.h>
 #include <wx/xrc/xmlres.h>