Browse Source

display: Add two missing includes

(lightAttrib.h and materialAttrib.h)
Sam Edwards 7 years ago
parent
commit
84ed19e8a7
1 changed files with 6 additions and 2 deletions
  1. 6 2
      panda/src/display/standardMunger.cxx

+ 6 - 2
panda/src/display/standardMunger.cxx

@@ -12,10 +12,14 @@
  */
 
 #include "standardMunger.h"
-#include "renderState.h"
-#include "graphicsStateGuardian.h"
+
 #include "config_gobj.h"
+
 #include "displayRegion.h"
+#include "graphicsStateGuardian.h"
+#include "lightAttrib.h"
+#include "materialAttrib.h"
+#include "renderState.h"
 
 TypeHandle StandardMunger::_type_handle;