Add a missing #include

(needed for call to std::back_insert_iterator)
This commit is contained in:
John Emmas 2022-09-10 10:20:37 +01:00
parent 6f7188dc49
commit 7418da4703
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <algorithm>
#include <iterator>
#include <ctype.h>
#include "pbd/whitespace.h"