Code

Fix self-snapping when dragging the transformation center of a selection containing...
[inkscape.git] / src / message-stack.cpp
index d6967fbf80f6eba11259f2e710c02b0264eee62c..05aec87fc8a1951c5108f49c228200f32715d700 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 {