Browse Source

pgui: Add missing pipeline.h include

rdb 4 years ago
parent
commit
778c6ee6be
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/pgui/pgItem.cxx

+ 1 - 0
panda/src/pgui/pgItem.cxx

@@ -30,6 +30,7 @@
 #include "boundingSphere.h"
 #include "boundingBox.h"
 #include "config_mathutil.h"
+#include "pipeline.h"
 
 #ifdef HAVE_AUDIO
 #include "audioSound.h"