Fixed a few lingering compiler warnings with the bpy_app stuff

This commit is contained in:
2010-01-31 23:49:04 +00:00
parent 87bbb2d827
commit 8c5645669b
2 changed files with 3 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
#include "compile.h" /* for the PyCodeObject */
#include "eval.h" /* for PyEval_EvalCode */
#include "bpy_app.h"
#include "bpy_rna.h"
#include "bpy_props.h"
#include "bpy_operator.h"