Skip to content

Commit 5c22586

Browse files
authored
Fix build on Ubuntu 20.04 (#629)
Signed-off-by: Kevin Chen <kevinch@nvidia.com>
1 parent 60de253 commit 5c22586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin_op_importers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3734,7 +3734,7 @@ std::vector<nvinfer1::PluginField> loadFields(string_map<std::vector<uint8_t>>&
37343734
}
37353735
fields.emplace_back(fieldName.c_str(), data, type, size);
37363736
}
3737-
return std::move(fields);
3737+
return fields;
37383738
}
37393739

37403740
// Any ops that are not supported will attempt to import as plugins.

0 commit comments

Comments
 (0)