From 1000caed404dc7488f2365019c55f6b3de0f9373 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 16 Sep 2002 23:03:24 +0000 Subject: [PATCH] missing include --- panda/src/pgraph/loader.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/pgraph/loader.cxx b/panda/src/pgraph/loader.cxx index abf569be7f..626d900546 100644 --- a/panda/src/pgraph/loader.cxx +++ b/panda/src/pgraph/loader.cxx @@ -22,6 +22,7 @@ #include "config_pgraph.h" #include "config_express.h" +#include "config_util.h" #include "virtualFileSystem.h" #include "event.h" #include "pt_Event.h"