From f90469bbfed2ccd16b199415b219ac29b0e4d627 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 22 Jun 2007 23:58:50 +0000 Subject: [PATCH] Namable::init_type() --- panda/src/express/config_express.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/express/config_express.cxx b/panda/src/express/config_express.cxx index fb351fcf90..f5e0bd9c54 100644 --- a/panda/src/express/config_express.cxx +++ b/panda/src/express/config_express.cxx @@ -31,6 +31,7 @@ #include "virtualFileSimple.h" #include "pandaSystem.h" #include "numeric_types.h" +#include "namable.h" #include "dconfig.h" @@ -128,6 +129,7 @@ init_libexpress() { initialized = true; Datagram::init_type(); + Namable::init_type(); NodeReferenceCount::init_type(); ReferenceCount::init_type(); TextEncoder::init_type();