[Bf-blender-cvs] [aab4794512e] master: Cleanup: missing include

Campbell Barton noreply at git.blender.org
Sun Jun 13 07:20:18 CEST 2021


Commit: aab4794512ef37ab18e6812b3c5fc57b5e251f87
Author: Campbell Barton
Date:   Sun Jun 13 14:47:01 2021 +1000
Branches: master
https://developer.blender.org/rBaab4794512ef37ab18e6812b3c5fc57b5e251f87

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