Code

Translations. Indonesian translation update by Waluyo Adi Siswanto.
[inkscape.git] / src / message-stack.cpp
index 33a23e7f38a78b116c7a8b2ece3964d227b6b1d4..d2101009e0d90a8b537523c7f4876f1c8bac4eee 100644 (file)
@@ -11,6 +11,8 @@
 
 #include <string.h>
 #include <glib/gstrfuncs.h>
+#include <cstring>
+#include <string>
 #include "message-stack.h"
 
 namespace Inkscape {
@@ -161,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 :