From 18f5479cff0af30e50004559cfcb06c6ee401e13 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Wed, 29 Oct 2008 13:37:36 +0000 Subject: [PATCH] * Added include for touch selector. This shouldn't be required, but in fact a bug in hildon-widgets includes makes us need to do this. pmo-trunk-r6181 --- src/hildon2/modest-hildon2-sort-dialog.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hildon2/modest-hildon2-sort-dialog.h b/src/hildon2/modest-hildon2-sort-dialog.h index 8e9fd7d..d043736 100644 --- a/src/hildon2/modest-hildon2-sort-dialog.h +++ b/src/hildon2/modest-hildon2-sort-dialog.h @@ -31,6 +31,7 @@ #define __MODEST_HILDON2_SORT_DIALOG #include +#include #include #include -- 1.7.9.5