Browse Source

glgsg: Fix missing include

rdb 1 year ago
parent
commit
905a7dd482
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/glstuff/glGraphicsStateGuardian_src.cxx

+ 1 - 0
panda/src/glstuff/glGraphicsStateGuardian_src.cxx

@@ -24,6 +24,7 @@
 #include "geomTrifans.h"
 #include "geomLines.h"
 #include "geomLinestrips.h"
+#include "geomPatches.h"
 #include "geomPoints.h"
 #include "geomVertexReader.h"
 #include "graphicsWindow.h"