Decouple <vector>

This commit is contained in:
Martin Natano
2023-04-20 19:02:13 +02:00
parent aa87f85eef
commit bacecae1f7
422 changed files with 2326 additions and 1295 deletions
+3
View File
@@ -15,6 +15,9 @@
#include "Song.h"
#include "Steps.h"
#include <vector>
/**
* @brief Turn a vector of lines into a single line joined by newline characters.
* @param lines the list of lines to join.