mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
whoops removed a std:: from generated code
This commit is contained in:
parent
72413f315c
commit
2fdb8a1cc8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue