From c688b67e5a65f11cfaaa7dd854c7f2cae23c25cd Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 31 Dec 2025 21:26:37 +0100 Subject: [PATCH] putil: Add missing pointerTo.h include to callbackObject.h --- panda/src/putil/callbackObject.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/putil/callbackObject.h b/panda/src/putil/callbackObject.h index 3e1b551eec..c51e1bae0d 100644 --- a/panda/src/putil/callbackObject.h +++ b/panda/src/putil/callbackObject.h @@ -16,6 +16,7 @@ #include "pandabase.h" #include "typedReferenceCount.h" +#include "pointerTo.h" class CallbackData;