This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
travelguide/std/string.hpp
2013-08-07 22:51:21 +03:00

6 lines
72 B
C++

#pragma once
#include <string>
using std::string;
using std::getline;