1
1

Cleanup: Add missing include

Fixes compilation errors after rBd5efda72f501
Re sorted some includes.
This commit is contained in:
2021-12-05 13:33:15 -05:00
parent d5efda72f5
commit c20098e6ec
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) */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */