Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJeroen Bakker <j.bakker@atmind.nl>2022-04-09 21:15:07 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2022-04-09 21:15:07 +0300
commit881c5660326fba9d029646e1f20fead696579713 (patch)
treefbed6343bdd7eb0076750aa7ad4420bb7efd5980 /source
parent749636bdb991b3a12fac9665f55a02effa068071 (diff)
Cleanup compilation warnings.
Missing include statement.
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/sculpt_paint/paint_canvas.cc2
1 files changed, 2 insertions, 0 deletions
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)
{