diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-06-27 06:32:42 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-06-27 06:32:42 +0000 |
| commit | 419fa66edd4abd4a1227030b75ca163335891548 (patch) | |
| tree | fb43784fc99931b3c50cb660c8e5e271178c0cad /src/libcola/straightener.cpp | |
| parent | LPE PowerStroke: add linecap (let's see how well this behaves, it has some bu... (diff) | |
| download | inkscape-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.cpp | 2 |
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 { |
