From 6143b693b8dbd17f2c6ffae281d12291f87e2ecc Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Wed, 6 Jan 2016 10:10:22 +0100 Subject: [PATCH] Include concrt.h only on _WIN32 --- v8js_timer.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v8js_timer.cc b/v8js_timer.cc index 975e788..59a44c3 100644 --- a/v8js_timer.cc +++ b/v8js_timer.cc @@ -15,7 +15,9 @@ #include "config.h" #endif +#ifdef _WIN32 #include +#endif #include "php_v8js_macros.h" #include "v8js_v8.h"