diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-22 10:06:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-22 10:06:10 +0100 |
| commit | 422be0eece2bf6ee80db1d3c21553cd82efff789 (patch) | |
| tree | 57604c446361be99eb092f35e703445260ada84a /src/lib/log.cc | |
| parent | e34db1b3cdb5bce5ddcb112ee03664a4e463032a (diff) | |
Rename SafeStringStream -> locked_stringstream. Bump deps for removal of stringstream.
Diffstat (limited to 'src/lib/log.cc')
| -rw-r--r-- | src/lib/log.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log.cc b/src/lib/log.cc index b7edd4e29..c8ba74f23 100644 --- a/src/lib/log.cc +++ b/src/lib/log.cc @@ -25,8 +25,8 @@ #include "log.h" #include "cross.h" #include "config.h" -#include "safe_stringstream.h" #include "string_log_entry.h" +#include <locked_sstream.h> #include <time.h> #include <cstdio> |
