소스 검색

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) \