mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix some build errors.
On GCC, some namespace sensitivity and file analyzer plugins now need to link in Analyzer since it's not just a header anymore.
This commit is contained in:
parent
238e4a8d5c
commit
ee7dba806d
4 changed files with 5 additions and 4 deletions
|
@ -18,7 +18,8 @@ TableVal* Manager::disabled = 0;
|
|||
string Manager::salt;
|
||||
|
||||
Manager::Manager()
|
||||
: ComponentManager<file_analysis::Tag, file_analysis::Component>("Files")
|
||||
: plugin::ComponentManager<file_analysis::Tag,
|
||||
file_analysis::Component>("Files")
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue