diff --git a/lib/path.cpp b/lib/path.cpp index 981feec8b..ec31cad39 100644 --- a/lib/path.cpp +++ b/lib/path.cpp @@ -32,6 +32,9 @@ #else #include #endif +#if defined(__CYGWIN__) +#include +#endif /** Is the filesystem case insensitive? */ static bool caseInsensitiveFilesystem()