From 54e627e3afda3586b5523c4384596c1d2fa38a97 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 24 Jan 2020 01:19:52 +0100 Subject: [PATCH] Missing #include. --- src/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.h b/src/util.h index 1a05f40..9b0c2c7 100644 --- a/src/util.h +++ b/src/util.h @@ -22,6 +22,7 @@ */ #include +#include #include class locked_stringstream; -- 2.30.2