#ifndef ACPA_READ_H #define ACPA_READ_H #include #include std::string read(std::istream& file); #endif