From b1dc9c3a2f7e55c9afc5bf2d5b465371b048e14f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Aug 2016 16:38:33 +0100 Subject: Remove all use of stringstream in an attempt to fix the suspected thread-unsafe crash bugs on OS X. --- src/lib/string_log_entry.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/string_log_entry.cc') diff --git a/src/lib/string_log_entry.cc b/src/lib/string_log_entry.cc index 69c1130fb..3ee9b5c4c 100644 --- a/src/lib/string_log_entry.cc +++ b/src/lib/string_log_entry.cc @@ -19,7 +19,6 @@ */ #include "string_log_entry.h" -#include #include "i18n.h" -- cgit v1.2.3