diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2015-02-25 23:08:51 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2015-02-25 23:08:51 +0000 |
| commit | caefef71482531ff82c444d552f406cbfbd360b8 (patch) | |
| tree | 193681e60b51f24b5a2679167c3f33a486d7abe0 /src/snap.cpp | |
| parent | fix for bug 1425317 (diff) | |
| download | inkscape-caefef71482531ff82c444d552f406cbfbd360b8.tar.gz inkscape-caefef71482531ff82c444d552f406cbfbd360b8.zip | |
Collect util/ into a static library
(bzr r13948)
Diffstat (limited to 'src/snap.cpp')
| -rw-r--r-- | src/snap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snap.cpp b/src/snap.cpp index 8138e4546..96b5ab53c 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -33,7 +33,7 @@ #include "sp-guide.h" #include "preferences.h" #include "ui/tools/tool-base.h" -#include "util/mathfns.h" +#include "helper/mathfns.h" using std::vector; using Inkscape::Util::round_to_upper_multiple_plus; using Inkscape::Util::round_to_lower_multiple_plus; |
