From 480907d61348a79d1514cb725c30462161e46000 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 14 Oct 2021 13:12:12 -0600 Subject: [PATCH] add sstream header file, since the header file requires the defn --- libs/temporal/temporal/beats.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/temporal/temporal/beats.h b/libs/temporal/temporal/beats.h index b7cb0694c5..2ee0ca331e 100644 --- a/libs/temporal/temporal/beats.h +++ b/libs/temporal/temporal/beats.h @@ -27,6 +27,7 @@ #include #include +#include #include "pbd/failed_constructor.h" #include "pbd/integer_division.h"