Code

clean up tabs and DOS-ishness
[inkscape.git] / src / svg / svg.h
index 60b44f8e86cd8d3b82ea59b50bbf9cebd5ee0239..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;