From 499db5dd70570f410f188152f03eec4deab66a20 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Mon, 7 Apr 2025 16:31:56 -0700 Subject: [PATCH] Fix Obj.h include in IntrusivePtr.h to have full path --- src/IntrusivePtr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IntrusivePtr.h b/src/IntrusivePtr.h index 6d44edb9df..c1e5db3bb7 100644 --- a/src/IntrusivePtr.h +++ b/src/IntrusivePtr.h @@ -6,7 +6,7 @@ #include #include -#include "Obj.h" +#include "zeek/Obj.h" namespace zeek {