17 lines
219 B
Text
17 lines
219 B
Text
// "a type" "needed cpp_includes"
|
|
"vector" "#include <vector>
|
|
|
|
using std::vector;"
|
|
|
|
"list" "#include <list>
|
|
|
|
using std::list;"
|
|
|
|
"map" "#include <map>
|
|
|
|
using std::map;"
|
|
|
|
"string" "#include <string>
|
|
|
|
using std::string;"
|
|
|