From 24c8ef988710484d96a26d5db87dfc49c30885d0 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sun, 27 May 2018 13:08:34 -0600 Subject: [PATCH] general: Fix missing include --- panda/src/express/weakPointerToVoid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/express/weakPointerToVoid.h b/panda/src/express/weakPointerToVoid.h index 5ac1049fe3..5b130463e6 100644 --- a/panda/src/express/weakPointerToVoid.h +++ b/panda/src/express/weakPointerToVoid.h @@ -17,6 +17,7 @@ #include "pandabase.h" #include "pointerToVoid.h" #include "weakPointerCallback.h" +#include "weakReferenceList.h" /** * This is the specialization of PointerToVoid for weak pointers. It needs an