Add a missing #include
(needed for call to std::back_insert_iterator)
This commit is contained in:
parent
6f7188dc49
commit
7418da4703
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user