diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-12 01:00:13 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-12 01:00:13 +0000 |
| commit | 0200e3742b3d32093a10ad089c12de8fcfeb52b9 (patch) | |
| tree | c40dac3c3311dd4caee5cae777d94506e342fe59 /src/snap.cpp | |
| parent | Replace old ComboText with Gtk::ComboBoxText (diff) | |
| download | inkscape-0200e3742b3d32093a10ad089c12de8fcfeb52b9.tar.gz inkscape-0200e3742b3d32093a10ad089c12de8fcfeb52b9.zip | |
Cleaning up a few headers
(bzr r10961)
Diffstat (limited to 'src/snap.cpp')
| -rw-r--r-- | src/snap.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/snap.cpp b/src/snap.cpp index eab9f2142..f1197155b 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -35,6 +35,8 @@ #include "event-context.h" #include "util/mathfns.h" using std::vector; +using Inkscape::Util::round_to_upper_multiple_plus; +using Inkscape::Util::round_to_lower_multiple_plus; SnapManager::SnapManager(SPNamedView const *v) : guide(this, 0), |
