1 2 3 4 5 6 7
#pragma once #include <iostream> #include "directory_info.hh" // use ref to istream DirectoryInfo read_info(std::istream& stream);