Commit: 881c5660326fba9d029646e1f20fead696579713
Author: Jeroen Bakker
Date:   Sat Apr 9 20:15:07 2022 +0200
Branches: master
https://developer.blender.org/rB881c5660326fba9d029646e1f20fead696579713

Cleanup compilation warnings.

Missing include statement.

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

M       source/blender/editors/sculpt_paint/paint_canvas.cc

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

diff --git a/source/blender/editors/sculpt_paint/paint_canvas.cc 
b/source/blender/editors/sculpt_paint/paint_canvas.cc
index 9a1a61cf3ab..5683e3ff741 100644
--- a/source/blender/editors/sculpt_paint/paint_canvas.cc
+++ b/source/blender/editors/sculpt_paint/paint_canvas.cc
@@ -19,6 +19,8 @@
 
 #include "WM_toolsystem.h"
 
+#include "ED_paint.h"
+
 namespace blender::ed::sculpt_paint::canvas {
 static TexPaintSlot *get_active_slot(Object *ob)
 {

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to