X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fmessage-stack.cpp;h=d2101009e0d90a8b537523c7f4876f1c8bac4eee;hb=42382dfb4164b919ffcdf03766da9f8be4e43b42;hp=877d8edeb0e331aef1b657e993924ec07b75c617;hpb=d4a5cbb369726a68a4de3de14ea0884644f23e8d;p=inkscape.git diff --git a/src/message-stack.cpp b/src/message-stack.cpp index 877d8edeb..d2101009e 100644 --- a/src/message-stack.cpp +++ b/src/message-stack.cpp @@ -1,5 +1,5 @@ /* - * MessageStack - context for posting status messages + * MessageStack - manages stack of active status messages * * Authors: * MenTaLguY @@ -9,7 +9,10 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#include #include +#include +#include #include "message-stack.h" namespace Inkscape { @@ -160,4 +163,4 @@ gboolean MessageStack::_timeout(gpointer data) { fill-column:99 End: */ -// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 : +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :