From aab4794512ef37ab18e6812b3c5fc57b5e251f87 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 13 Jun 2021 14:47:01 +1000 Subject: Cleanup: missing include --- source/blender/python/intern/bpy_rna_operator.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/python/intern') 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 * \{ */ -- cgit v1.2.3