Code

Use subdirectories with icon sizes.
[inkscape.git] / src / message-stack.cpp
index d6967fbf80f6eba11259f2e710c02b0264eee62c..d2101009e0d90a8b537523c7f4876f1c8bac4eee 100644 (file)
@@ -9,7 +9,10 @@
  * Released under GNU GPL, read the file 'COPYING' for more information
  */
 
+#include <string.h>
 #include <glib/gstrfuncs.h>
+#include <cstring>
+#include <string>
 #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 :