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:
Jon Siwek 2013-08-01 12:17:51 -05:00
parent 238e4a8d5c
commit ee7dba806d
4 changed files with 5 additions and 4 deletions

View file

@ -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")
{
}