mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix Obj.h include in IntrusivePtr.h to have full path
This commit is contained in:
parent
4691e2c51b
commit
499db5dd70
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include "Obj.h"
|
#include "zeek/Obj.h"
|
||||||
|
|
||||||
namespace zeek {
|
namespace zeek {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue