Add missing #includes to rendering backends
This commit is contained in:
parent
6d8c5c1d75
commit
6a040c2248
4 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#include "../Rendering.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <GL/glew.h>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "../Rendering.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "../Rendering.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "../Rendering.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue