浏览代码

egg: Add missing include

rdb 5 年之前
父节点
当前提交
6f5362c3fe
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      panda/src/egg/eggNode_ext.h

+ 1 - 0
panda/src/egg/eggNode_ext.h

@@ -19,6 +19,7 @@
 #ifdef HAVE_PYTHON
 
 #include "extension.h"
+#include "eggData.h"
 #include "eggNode.h"
 #include "py_panda.h"