summaryrefslogtreecommitdiffstats
path: root/src/libcola/straightener.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-06-27 06:32:42 +0000
committerJon A. Cruz <jon@joncruz.org>2011-06-27 06:32:42 +0000
commit419fa66edd4abd4a1227030b75ca163335891548 (patch)
treefb43784fc99931b3c50cb660c8e5e271178c0cad /src/libcola/straightener.cpp
parentLPE PowerStroke: add linecap (let's see how well this behaves, it has some bu... (diff)
downloadinkscape-419fa66edd4abd4a1227030b75ca163335891548.tar.gz
inkscape-419fa66edd4abd4a1227030b75ca163335891548.zip
Remove "using namespace" from libcola headers.
(bzr r10374)
Diffstat (limited to 'src/libcola/straightener.cpp')
-rw-r--r--src/libcola/straightener.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcola/straightener.cpp b/src/libcola/straightener.cpp
index 7c73cb9e9..7a1020781 100644
--- a/src/libcola/straightener.cpp
+++ b/src/libcola/straightener.cpp
@@ -25,6 +25,8 @@
using std::set;
using std::vector;
using std::list;
+using std::pair;
+using std::make_pair;
namespace straightener {