mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 10:57:34 +08:00
fixed compiling error for vc
This commit is contained in:
parent
c86ec682bd
commit
9135e09db7
@ -6,6 +6,17 @@
|
||||
#include "acl_cpp/stdlib/scan_dir.hpp"
|
||||
#endif
|
||||
|
||||
#ifdef ACL_UNIX
|
||||
# include <dirent.h>
|
||||
# include <unistd.h>
|
||||
#elif defined(ACL_WINDOWS)
|
||||
# if defined(ACL_BCB_COMPILER)
|
||||
# include <dirent.h>
|
||||
# else
|
||||
# include <direct.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
namespace acl
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user