#include #include "File.h" #include "FileReader.h" File::File(const std::string protocol) { FileReader::assign(protocol, this); }