Fixed macOS build, header cleanup was too agressive.

This commit is contained in:
Stefan Werner 2019-09-13 21:24:28 +02:00
parent 83e4991c16
commit 2520f78971
Notes: blender-bot 2023-02-14 04:20:36 +01:00
Referenced by issue #69854, build fails on MacOS
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@
#include "GPU_immediate.h"
#include "GPU_matrix.h"
#ifdef __APPLE__
# include "GPU_state.h"
#endif
#include "UI_interface.h"
/* ******************************************** */