Code

clean up tabs and DOS-ishness
[inkscape.git] / src / svg / svg.h
index 1881fb4a0e40b683a0a581c14eb5b6497ee3be02..4adacef7ab8b282ba1386a5ccc9ee510f9003dce 100644 (file)
  * Released under GNU GPL, read the file 'COPYING' for more information
  */
 #include <glib/gtypes.h>
-#include "svg/svg-length.h"
 #include <vector>
+#include <cstring>
 #include <string>
 
+#include "svg/svg-length.h"
+
 struct NArtBpath;
 struct NRMatrix;
 namespace NR {