This will at least make it compile.


//Hangman

#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <ctime>