This reverts commit db69db7e6e573b5a0e695481389f73838cb46aa1.
@@ -35,7 +35,7 @@ bool FileManager::openPutFile(const std::string &filename) {
}
std::pair<bool, int>
-FileManager::openGetFile(const std::string &filename) {
+FileManager::openGetFile(const std::__cxx11::string &filename) {
this->getBaseFileName = filename;
std::string file = this->fileDirectory;
file.append(filename);