missing bpy_compat.h for <3.0 py

This commit is contained in:
Campbell Barton
2008-12-28 08:46:38 +00:00
parent 625f477554
commit f7f9d6a68d

View File

@@ -22,6 +22,7 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
#include "bpy_compat.h"
#include "bpy_util.h" #include "bpy_util.h"
#include "BLI_dynstr.h" #include "BLI_dynstr.h"
#include "MEM_guardedalloc.h" #include "MEM_guardedalloc.h"