Static Analysis Results ERROR.

I am getting this error while publishing:

Static Analysis Results
1 ERROR
RAF constructor call is present, but library import is missing

I have declared the required-lib in Manifest, and calling Library “Roku_Ads.brs” in the video task that I use to play videos/ads. It works fine.
Error is only during Static analysis.

Any ideas?

given that your code works (plays ads using RAF), seems the static analyzer was incorrect.
it tries to cover common scenarios but is not always right

Thanks!