Code

update to latest 2geom (rev1497)
[inkscape.git] / src / display / nr-arena-shape.cpp
index 23bf70be5eb597e34a8cd58d67f61d4e71b5568e..26b4ea67e5a693a4fa76fc41e6305f16044881dd 100644 (file)
@@ -12,8 +12,8 @@
  * Released under GNU GPL, read the file 'COPYING' for more information
  */
 
-
-
+#include <2geom/svg-path.h>
+#include <2geom/svg-path-parser.h>
 #include <display/canvas-arena.h>
 #include <display/nr-arena.h>
 #include <display/nr-arena-shape.h>
 #include <typeinfo>
 #include <cairo.h>
 
+#include <glib.h>
+#include "svg/svg.h"
+#include <fenv.h>
+
 //int  showRuns=0;
 void nr_pixblock_render_shape_mask_or(NRPixBlock &m,Shape* theS);