From fcaf4a2a7aea7599ea9d2aff20fdac7aaefff432 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 11 Dec 2016 15:36:10 -0500 Subject: [PATCH] Add missing C standard library headers --- Source/Utils/Folders.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Utils/Folders.cpp b/Source/Utils/Folders.cpp index e2956e5..43b399e 100644 --- a/Source/Utils/Folders.cpp +++ b/Source/Utils/Folders.cpp @@ -21,6 +21,8 @@ along with Lugaru. If not, see . #include "Folders.hpp" #include +#include +#include #include #if PLATFORM_UNIX -- 2.39.2