Ver Fonte

putil: Add missing pointerTo.h include to callbackObject.h

rdb há 1 mês atrás
pai
commit
c688b67e5a
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      panda/src/putil/callbackObject.h

+ 1 - 0
panda/src/putil/callbackObject.h

@@ -16,6 +16,7 @@
 
 #include "pandabase.h"
 #include "typedReferenceCount.h"
+#include "pointerTo.h"
 
 class CallbackData;