whoops removed a std:: from generated code

This commit is contained in:
Vern Paxson 2021-04-26 13:09:48 -07:00
parent 72413f315c
commit 2fdb8a1cc8

View file

@ -82,7 +82,7 @@ void CPPCompile::GenAttrs(const AttributesPtr& attrs)
StartBlock();
const auto& avec = attrs->GetAttrs();
Emit("auto attrs = vector<AttrPtr>();");
Emit("auto attrs = std::vector<AttrPtr>();");
AddInit(attrs);