When using std::getline to read lines from a file, I need it to pick up each blank line at the end of the file.
//add each line to lines while (std::getl