[Bf-blender-cvs] [85e1c6b4436] override-recursive-resync: Cleanup: missing include

Campbell Barton noreply at git.blender.org
Mon Jun 14 16:35:01 CEST 2021


Commit: 85e1c6b4436a633beb7d13507caa4bb74212a3af
Author: Campbell Barton
Date:   Sun Jun 13 14:47:01 2021 +1000
Branches: override-recursive-resync
https://developer.blender.org/rB85e1c6b4436a633beb7d13507caa4bb74212a3af

Cleanup: missing include

===================================================================

M	source/blender/python/intern/bpy_rna_operator.c

===================================================================

diff --git a/source/blender/python/intern/bpy_rna_operator.c b/source/blender/python/intern/bpy_rna_operator.c
index 6e0db3eca49..490d9aa5212 100644
--- a/source/blender/python/intern/bpy_rna_operator.c
+++ b/source/blender/python/intern/bpy_rna_operator.c
@@ -31,6 +31,8 @@
 #include "BPY_extern.h"
 #include "bpy_capi_utils.h"
 
+#include "bpy_rna_operator.h" /* Own include. */
+
 /* -------------------------------------------------------------------- */
 /** \name Operator `poll_message_set` Method
  * \{ */



More information about the Bf-blender-cvs mailing list