[Bf-blender-cvs] [8a76addf1e7] temp-gpencil-interpolate: GPencil: Fix compiler error after merge

Antonio Vazquez noreply at git.blender.org
Tue Feb 16 16:53:57 CET 2021


Commit: 8a76addf1e71848a3c97a8729832f356c4c9fd69
Author: Antonio Vazquez
Date:   Tue Feb 16 16:53:50 2021 +0100
Branches: temp-gpencil-interpolate
https://developer.blender.org/rB8a76addf1e71848a3c97a8729832f356c4c9fd69

GPencil: Fix compiler error after merge

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

M	source/blender/editors/gpencil/gpencil_interpolate.c

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

diff --git a/source/blender/editors/gpencil/gpencil_interpolate.c b/source/blender/editors/gpencil/gpencil_interpolate.c
index 5c134605d82..f20b4cafcb3 100644
--- a/source/blender/editors/gpencil/gpencil_interpolate.c
+++ b/source/blender/editors/gpencil/gpencil_interpolate.c
@@ -54,6 +54,7 @@
 #include "BKE_report.h"
 
 #include "UI_interface.h"
+#include "UI_resources.h"
 
 #include "WM_api.h"
 #include "WM_types.h"



More information about the Bf-blender-cvs mailing list