Fix compile error in Linux

This commit is contained in:
Kirigaya Kazuto 2018-06-25 11:22:12 +08:00
parent b630a11dcc
commit e983119e2d

View File

@ -5,6 +5,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include <cstdlib>
#include <cstring>
struct DirWalk::_impl
{