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
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2018-06-20 19:42:11 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-06-20 19:44:17 +0300
commit2e66e5facab6d56e03af65d56c4ad4a1e6e3d6b8 (patch)
treea8721d9c64a228c6b786d74863aa8434ab1ff8bf
parent7d3589e66010d7489b32219a7c8d427b69b7292e (diff)
Silence warning in greasepencil-object branch
We don't have warnings in 2.8 because of include order. But headers shouldn't depend on that for warnings, really.
-rw-r--r--source/blender/blenkernel/BKE_dynamicpaint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_dynamicpaint.h b/source/blender/blenkernel/BKE_dynamicpaint.h
index acb5e63d32f..12f61116f5f 100644
--- a/source/blender/blenkernel/BKE_dynamicpaint.h
+++ b/source/blender/blenkernel/BKE_dynamicpaint.h
@@ -28,6 +28,8 @@
*/
struct Depsgraph;
+struct DynamicPaintCanvasSettings;
+struct DynamicPaintModifierData;
struct Main;
struct Scene;
struct ViewLayer;