Code

clean up tabs and DOS-ishness
[inkscape.git] / src / message-stack.cpp
index 877d8edeb0e331aef1b657e993924ec07b75c617..05aec87fc8a1951c5108f49c228200f32715d700 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * MessageStack - context for posting status messages
+ * MessageStack - manages stack of active status messages
  *
  * Authors:
  *   MenTaLguY <mental@rydia.net>
@@ -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 {