From: Neal Gompa Date: Sun, 11 Dec 2016 20:36:10 +0000 (-0500) Subject: Add missing C standard library headers X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=fcaf4a2a7aea7599ea9d2aff20fdac7aaefff432;hp=6cb245d6d347e0f610b2851d08273087fff9c0d0;p=lugaru.git Add missing C standard library headers --- 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