Add missing namespace specification for string.
PiperOrigin-RevId: 259152069
This commit is contained in:
parent
32c1a612ef
commit
20562226f0
@ -51,8 +51,8 @@ static std::string GetConversionFunction(
|
||||
return "Convert_" + named_attr.name.str();
|
||||
}
|
||||
|
||||
using ArgumentName = string;
|
||||
using ArgumentDeclaration = string;
|
||||
using ArgumentName = std::string;
|
||||
using ArgumentDeclaration = std::string;
|
||||
using Argument = std::pair<ArgumentName, ArgumentDeclaration>;
|
||||
using ArgumentList = std::vector<Argument>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user