From: Perttu Ahola Date: Sat, 12 May 2012 19:29:26 +0000 (+0300) Subject: Add #include to filesys.cpp (needed by some linux distros now) X-Git-Tag: 0.3.2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1596628850a66a7eb9be0bc288afd626f1628b66;p=oweals%2Fminetest.git Add #include to filesys.cpp (needed by some linux distros now) --- diff --git a/src/filesys.cpp b/src/filesys.cpp index 99a0a6ef8..860168460 100644 --- a/src/filesys.cpp +++ b/src/filesys.cpp @@ -171,6 +171,7 @@ bool RecursiveDelete(std::string path) #include #include #include +#include std::vector GetDirListing(std::string pathstring) {