Lightbaker: include stdlib.h to fix CI builds

This commit is contained in:
Hein-Pieter van Braam 2017-12-20 00:29:27 +01:00
parent 808a3b9c71
commit ff04c07912

View file

@ -1,3 +1,5 @@
#include <stdlib.h>
#include "voxel_light_baker.h"
#include "os/os.h"
#define FINDMINMAX(x0, x1, x2, min, max) \