diff options
Diffstat (limited to 'src/lib/cross_windows.cc')
| -rw-r--r-- | src/lib/cross_windows.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross_windows.cc b/src/lib/cross_windows.cc index ad5a88664..1fe555648 100644 --- a/src/lib/cross_windows.cc +++ b/src/lib/cross_windows.cc @@ -59,7 +59,7 @@ using std::cerr; using std::cout; using std::runtime_error; using std::map; -using boost::shared_ptr; +using std::shared_ptr; using boost::optional; static std::vector<pair<HANDLE, string> > locked_volumes; |
