#ifndef FILE_HH #define FILE_HH #include "types.hh" vector read_file(const string &filename); #endif // FILE_HH