diff options
Diffstat (limited to 'src/util.cc')
| -rw-r--r-- | src/util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cc b/src/util.cc index 56b44889..133f6dc9 100644 --- a/src/util.cc +++ b/src/util.cc @@ -70,7 +70,7 @@ using std::list; using std::setw; using std::setfill; using std::ostream; -using boost::shared_ptr; +using std::shared_ptr; using boost::shared_array; using boost::optional; using boost::function; |
