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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2021-12-07 20:40:44 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-12-07 21:20:22 +0300
commit63bd356faf9cc0e18b0cefcb12fe426c09944aa1 (patch)
tree560501c8081ad23b2a3d9f7b1549bc99180d5c36 /source/blender/render
parentb9641cfc37bc54376d48ba32438bd858f6c30c52 (diff)
Cleanup: Missing include
This included is needed for the `ATTR_NONNULL` macro used in the header. As found in a recent c --> c++ if the includes get ordered in a different order this could result in an error. Re commits rBc20098e6ec6adee874a12e510aa4a56d89f92838
Diffstat (limited to 'source/blender/render')
-rw-r--r--source/blender/render/RE_texture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/render/RE_texture.h b/source/blender/render/RE_texture.h
index 39d773777ab..6b499c9d230 100644
--- a/source/blender/render/RE_texture.h
+++ b/source/blender/render/RE_texture.h
@@ -22,6 +22,8 @@
#pragma once
+#include "BLI_compiler_attrs.h"
+
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* this include is for non-render pipeline exports (still old cruft here) */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */