Code

Major overhaul of the selector tool's internals to improve handling of transformation...
[inkscape.git] / src / snapper.h
index 63f68173a14c73e170c67fc360b00bd1d793fcd3..508ba7b9ad91dee834c396c82465c34bed2f16c6 100644 (file)
@@ -16,6 +16,7 @@
 #include <list>
 #include "libnr/nr-coord.h"
 #include "libnr/nr-point.h"
+#include "libnr/nr-maybe.h"
 
 #include "snapped-point.h"
 #include "snapped-line.h"
@@ -76,7 +77,7 @@ public:
                           std::vector<NR::Point> &points_to_snap,                         
                           std::list<SPItem const *> const &it,
                           std::vector<NR::Point> *unselected_nodes) const;
-
+    
     class ConstraintLine
     {
     public: