From f26167156c974269c3c6155f021253614f112c34 Mon Sep 17 00:00:00 2001 From: Roger Hughston Date: Tue, 21 Mar 2006 03:22:13 +0000 Subject: [PATCH] OSX .. Make clock object visible --- direct/src/distributed/cDistributedSmoothNodeBase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/distributed/cDistributedSmoothNodeBase.h b/direct/src/distributed/cDistributedSmoothNodeBase.h index 58abe1dfcb..974d30125b 100644 --- a/direct/src/distributed/cDistributedSmoothNodeBase.h +++ b/direct/src/distributed/cDistributedSmoothNodeBase.h @@ -24,6 +24,7 @@ #include "dcbase.h" #include "dcPacker.h" #include "dcPython.h" // to pick up Python.h +#include "clockObject.h" class DCClass; class CConnectionRepository;