Browse Source

Missing header files

Josh Yelon 18 years ago
parent
commit
962613a67a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pandatool/src/maya/mayaShaders.cxx

+ 2 - 0
pandatool/src/maya/mayaShaders.cxx

@@ -25,6 +25,8 @@
 #include <maya/MStatus.h>
 #include <maya/MObject.h>
 #include <maya/MFnDependencyNode.h>
+#include <maya/MFnMesh.h>
+#include <maya/MObjectArray.h>
 #include <maya/MPlug.h>
 #include <maya/MPlugArray.h>
 #include <maya/MFn.h>