Browse Source

Add missing include (to fix compile error on FreeBSD)

rdb 15 năm trước cách đây
mục cha
commit
1eb6bf3d42
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      panda/src/pgraph/nodePath.cxx

+ 1 - 0
panda/src/pgraph/nodePath.cxx

@@ -71,6 +71,7 @@
 #include "modelNode.h"
 #include "modelNode.h"
 #include "py_panda.h"
 #include "py_panda.h"
 #include "bam.h"
 #include "bam.h"
+#include "bamWriter.h"
 
 
 // stack seems to overflow on Intel C++ at 7000.  If we need more than 
 // stack seems to overflow on Intel C++ at 7000.  If we need more than 
 // 7000, need to increase stack size.
 // 7000, need to increase stack size.