Cleanup: Add missing include

Fixes compilation errors after rBd5efda72f501
Re sorted some includes.
This commit is contained in:
Aaron Carlisle 2021-12-05 13:33:15 -05:00
parent d5efda72f5
commit c20098e6ec
Notes: blender-bot 2023-02-14 10:37:50 +01:00
Referenced by commit 63bd356faf, Cleanup: Missing include
Referenced by commit 0f48b37aae, Revert moving all shader nodes to c++
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@
*/
#include "RE_texture.h"
#include "node_shader_util.hh"
static bNodeSocketTemplate outputs[] = {

View File

@ -22,6 +22,8 @@
#pragma once
#include "BLI_compiler_attrs.h"
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* this include is for non-render pipeline exports (still old cruft here) */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */