瀏覽代碼

Lightbaker: include stdlib.h to fix CI builds

Hein-Pieter van Braam 7 年之前
父節點
當前提交
ff04c07912
共有 1 個文件被更改,包括 2 次插入0 次删除
  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) \