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-05 21:33:15 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-12-05 21:33:15 +0300
commitc20098e6ec6adee874a12e510aa4a56d89f92838 (patch)
treea1da7377f499bbc46fda07a6995624937378afa7 /source/blender
parentd5efda72f501ad95679d7ac554086a1fb18c1ac0 (diff)
Cleanup: Add missing include
Fixes compilation errors after rBd5efda72f501 Re sorted some includes.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/nodes/shader/nodes/node_shader_particle_info.cc1
-rw-r--r--source/blender/render/RE_texture.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/nodes/shader/nodes/node_shader_particle_info.cc b/source/blender/nodes/shader/nodes/node_shader_particle_info.cc
index b739997a37d..8f8ff077e74 100644
--- a/source/blender/nodes/shader/nodes/node_shader_particle_info.cc
+++ b/source/blender/nodes/shader/nodes/node_shader_particle_info.cc
@@ -18,6 +18,7 @@
*/
#include "RE_texture.h"
+
#include "node_shader_util.hh"
static bNodeSocketTemplate outputs[] = {
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) */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */