From b60295be2415856ed105edeee08bffb4692bc064 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 9 Feb 2006 23:51:33 +0000 Subject: [PATCH] missing include --- panda/src/gobj/boundedObject.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/gobj/boundedObject.h b/panda/src/gobj/boundedObject.h index 584b325b61..72659185a5 100644 --- a/panda/src/gobj/boundedObject.h +++ b/panda/src/gobj/boundedObject.h @@ -30,6 +30,7 @@ #include "pipelineCycler.h" #include "typedObject.h" #include "pointerTo.h" +#include "thread.h" //////////////////////////////////////////////////////////////////// // Class : BoundedObject