Fix strict compiler warning

Implicit function declaration caused by missing include
in the recent fix.
This commit is contained in:
Sergey Sharybin
2019-10-29 15:37:19 +01:00
parent d0d57f1712
commit f17aac33a1

View File

@@ -41,6 +41,7 @@
#include "eevee_private.h"
#include "GPU_draw.h"
#include "GPU_extensions.h"
#include "GPU_texture.h"
#include "GPU_material.h"