summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-24 10:40:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-24 10:40:29 +0000
commitd617b24172487bdd922b0cb713a95f70c9da23b4 (patch)
tree40ad1c05aea37c73992b012f272048ebd94e3af0 /shell
parent981c242334400a3c407aa2bd1052d9c4176ed32f (diff)
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'shell')
-rw-r--r--shell/inc/kde_headers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/inc/kde_headers.h b/shell/inc/kde_headers.h
index 42430e097472..7ec45fdc383d 100644
--- a/shell/inc/kde_headers.h
+++ b/shell/inc/kde_headers.h
@@ -32,6 +32,8 @@
/* ********* Suppress warnings if needed */
#include "sal/config.h"
+#include <cstddef>
+
#if defined __GNUC__
#pragma GCC system_header
#endif
@@ -91,7 +93,6 @@
#include <kabc/field.h>
#include <kabc/stdaddressbook.h>
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */