From 1eb6bf3d429a0ef650b79eb76d7ce6c3b24a5175 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 30 May 2010 15:59:57 +0000 Subject: [PATCH] Add missing include (to fix compile error on FreeBSD) --- panda/src/pgraph/nodePath.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/pgraph/nodePath.cxx b/panda/src/pgraph/nodePath.cxx index 6bebd2cce3..1159a5d1d1 100644 --- a/panda/src/pgraph/nodePath.cxx +++ b/panda/src/pgraph/nodePath.cxx @@ -71,6 +71,7 @@ #include "modelNode.h" #include "py_panda.h" #include "bam.h" +#include "bamWriter.h" // stack seems to overflow on Intel C++ at 7000. If we need more than // 7000, need to increase stack size.