summaryrefslogtreecommitdiff
path: root/graphics/asymptote/seconds.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/seconds.h')
-rw-r--r--graphics/asymptote/seconds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/asymptote/seconds.h b/graphics/asymptote/seconds.h
index f8d94b92c1..3b78042c04 100644
--- a/graphics/asymptote/seconds.h
+++ b/graphics/asymptote/seconds.h
@@ -2,7 +2,10 @@
#define __seconds_h__ 1
#include <chrono>
+
+#if !defined(_WIN32)
#include <sys/resource.h>
+#endif
namespace utils {