Răsfoiți Sursa

display: Add two missing includes

(lightAttrib.h and materialAttrib.h)
Sam Edwards 7 ani în urmă
părinte
comite
84ed19e8a7
1 a modificat fișierele cu 6 adăugiri și 2 ștergeri
  1. 6 2
      panda/src/display/standardMunger.cxx

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

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