Fix missing IntrusivePtr.h include and ambiguous ODesc::Add call

This commit is contained in:
Jon Siwek 2020-03-25 19:37:06 -07:00
parent 54bc3bd5c6
commit 599dda9ae9
4 changed files with 4 additions and 1 deletions

View file

@ -7,6 +7,7 @@
#include "iosource/IOSource.h"
#include "Flare.h"
#include "ZeekArgs.h"
#include "IntrusivePtr.h"
#include <tuple>
#include <type_traits>