Skip to content

Commit e5340e3

Browse files
committed
Update readfile.h
1 parent 8937570 commit e5340e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/readfile.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
//
44
#include <functional>
55
#include <algorithm>
6-
#include "_dirent.h"
6+
#ifdef _WIN32
7+
#include "_dirent.h"
8+
#else
9+
#include <dirent.h>
710
#include <vector>
811

912
#ifndef READ_FILE_READFILE_H

0 commit comments

Comments
 (0)