add sstream header file, since the header file requires the defn

This commit is contained in:
Paul Davis 2021-10-14 13:12:12 -06:00
parent bb87ba49d9
commit 480907d613

View File

@ -27,6 +27,7 @@
#include <iostream>
#include <limits>
#include <sstream>
#include "pbd/failed_constructor.h"
#include "pbd/integer_division.h"