From 4f8cf4ea5231a5a7f0166394158aa3b5e8eae150 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 15 Jun 2009 22:31:10 +0000 Subject: [PATCH] missing header file --- panda/src/express/config_express.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panda/src/express/config_express.h b/panda/src/express/config_express.h index 15861d7347..5066e2227f 100644 --- a/panda/src/express/config_express.h +++ b/panda/src/express/config_express.h @@ -22,6 +22,9 @@ #include "configVariableBool.h" #include "configVariableInt.h" +// Include this so interrogate can find it. +#include "executionEnvironment.h" + ConfigureDecl(config_express, EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS); NotifyCategoryDecl(express, EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS); NotifyCategoryDecl(clock, EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS);