RNA: support building WITH_PYTHON=OFF

This commit is contained in:
Campbell Barton 2020-10-16 15:56:03 +11:00
parent 9fb2ce70d6
commit 0a2ae7f220
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@
#include "BLI_path_util.h"
#include "BLI_utildefines.h"
#include "BPY_extern.h"
#ifdef WITH_PYTHON
# include "BPY_extern.h"
#endif
#include "DEG_depsgraph.h"