From b860ef8e1fb5d33b364c3332dfa91d9f499d5764 Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Sat, 22 Jul 2006 10:51:18 +0000 Subject: Add missing headers. Fixes #344744. 2006-07-22 Yuri Pankov * message-list.c: Add missing headers. Fixes #344744. svn path=/trunk/; revision=32382 --- mail/ChangeLog | 6 ++++++ mail/message-list.c | 2 ++ 2 files changed, 8 insertions(+) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 139cd52529..55e115d59e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2006-07-22 Yuri Pankov + + Reviewed by Harish Krishnaswamy + + * message-list.c: Add missing headers. Fixes #344744. + 2006-07-22 Yuri Pankov Reviewed by Harish Krishnaswamy diff --git a/mail/message-list.c b/mail/message-list.c index 865610abfd..55c74eeafa 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -56,11 +56,13 @@ #include "misc/e-gui-utils.h" #include "table/e-cell-checkbox.h" +#include "table/e-cell-hbox.h" #include "table/e-cell-date.h" #include "table/e-cell-size.h" #include "table/e-cell-text.h" #include "table/e-cell-toggle.h" #include "table/e-cell-tree.h" +#include "table/e-cell-vbox.h" #include "table/e-tree-memory-callbacks.h" #include "table/e-tree-memory.h" -- cgit v1.2.3