Add missing #includes to rendering backends

This commit is contained in:
Clownacy 2019-08-01 13:32:27 +00:00
parent 6d8c5c1d75
commit 6a040c2248
4 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,8 @@
#include "../Rendering.h"
#include <math.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <GL/glew.h>

View file

@ -1,5 +1,6 @@
#include "../Rendering.h"
#include <math.h>
#include <stddef.h>
#include <stdlib.h>

View file

@ -1,5 +1,6 @@
#include "../Rendering.h"
#include <math.h>
#include <stddef.h>
#include <stdlib.h>

View file

@ -1,5 +1,6 @@
#include "../Rendering.h"
#include <math.h>
#include <stddef.h>
#include <stdlib.h>