File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
inst/include/Rcpp/Benchmark Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 #include < windows.h>
3535#elif defined(__APPLE__)
3636 #include < mach/mach_time.h>
37- #elif defined(linux) || defined(__linux) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__GLIBC__) || defined(__GNU__)
37+ #elif defined(linux) || defined(__linux) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__GLIBC__) || defined(__GNU__) || defined(__CYGWIN__)
3838 #include < time.h>
3939#elif defined(sun) || defined(__sun) || defined(_AIX)
4040 #include < sys/time.h>
@@ -70,7 +70,7 @@ namespace Rcpp{
7070 return time * (info.numer / info.denom );
7171 }
7272
73- #elif defined(linux) || defined(__linux) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__GLIBC__) || defined(__GNU__)
73+ #elif defined(linux) || defined(__linux) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__GLIBC__) || defined(__GNU__) || defined(__CYGWIN__)
7474
7575 static const nanotime_t nanoseconds_in_second = static_cast <nanotime_t >(1000000000.0 );
7676
You can’t perform that action at this time.
0 commit comments