diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-26 22:37:52 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-26 22:37:52 -0400 |
commit | 8be1f74e878950cbbac3f05451341fc18892518b (patch) | |
tree | 8301f06ee0da2b27fb93b149736c6f7d2ace68ca /src/fileio.cpp | |
parent | 19b2b1dde25885ada99deefe79266c2e22376e85 (diff) |
windows 64-bit build
Diffstat (limited to 'src/fileio.cpp')
-rw-r--r-- | src/fileio.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fileio.cpp b/src/fileio.cpp index 28e0c17..210207f 100644 --- a/src/fileio.cpp +++ b/src/fileio.cpp @@ -10,6 +10,10 @@ #include <dirent.h> #include <errno.h> +#else + +#include <windows.h> + #endif // __WIN32__ int getdir(std::string dir, std::list<std::string>& files) |