diff options
Diffstat (limited to 'src/lib/zipper.cc')
| -rw-r--r-- | src/lib/zipper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/zipper.cc b/src/lib/zipper.cc index d43b18ef0..005e15248 100644 --- a/src/lib/zipper.cc +++ b/src/lib/zipper.cc @@ -27,7 +27,7 @@ using std::string; using std::runtime_error; -using boost::shared_ptr; +using std::shared_ptr; Zipper::Zipper (boost::filesystem::path file) |
