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
This commit is contained in:
Aaron Carlisle 2021-12-07 12:40:44 -05:00
parent b9641cfc37
commit 63bd356faf
1 changed files with 2 additions and 0 deletions

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) */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */