GPU: Fix build error on Mac and Windows.

This commit is contained in:
Clément Foucault
2018-07-18 14:58:32 +02:00
parent 3d67819a17
commit f882df9e0f

View File

@@ -43,9 +43,9 @@
#include <GL/glew.h>
#endif
#include <stdlib.h>
#include <stdbool.h>
#include <stdint.h>
#include "BLI_sys_types.h"
#if TRUST_NO_ONE
#include <assert.h>