Fix compile error in Linux

master
Kirigaya Kazuto 2018-06-25 11:22:12 +08:00
parent b630a11dcc
commit e983119e2d
1 changed files with 1 additions and 0 deletions

View File

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