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/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/util.h') diff --git a/src/lib/util.h b/src/lib/util.h index 21c0b6661..e786bb9c1 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -32,6 +32,7 @@ #include #include #include +#include #include #undef check -- cgit v1.2.3