mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Add a missing #include
(needed for call to std::back_insert_iterator)
This commit is contained in:
parent
6f7188dc49
commit
7418da4703
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue