Explorar o código

Lightbaker: include stdlib.h to fix CI builds

Hein-Pieter van Braam %!s(int64=7) %!d(string=hai) anos
pai
achega
ff04c07912
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      scene/3d/voxel_light_baker.cpp

+ 2 - 0
scene/3d/voxel_light_baker.cpp

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