[Bf-blender-cvs] [881c5660326] master: Cleanup compilation warnings.

Jeroen Bakker noreply at git.blender.org
Sat Apr 9 20:27:03 CEST 2022


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)
 {



More information about the Bf-blender-cvs mailing list