From ff04c079125cace8bcc4c0a45016e6e141276d61 Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam Date: Wed, 20 Dec 2017 00:29:27 +0100 Subject: Lightbaker: include stdlib.h to fix CI builds --- scene/3d/voxel_light_baker.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scene/3d') diff --git a/scene/3d/voxel_light_baker.cpp b/scene/3d/voxel_light_baker.cpp index 5e4cef586e..bd1f00b0d8 100644 --- a/scene/3d/voxel_light_baker.cpp +++ b/scene/3d/voxel_light_baker.cpp @@ -1,3 +1,5 @@ +#include + #include "voxel_light_baker.h" #include "os/os.h" #define FINDMINMAX(x0, x1, x2, min, max) \ -- cgit v1.2.3