From c158d51f8b72255bd3c066874e60faf23bbb2359 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 15 Jan 2015 10:30:16 +0000 Subject: [PATCH] Explicit cast to uint32 required for nan 1.5.x See rvagg/nan#229 --- src/resize.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/resize.cc b/src/resize.cc index 86d8a77b..0053f0e9 100755 --- a/src/resize.cc +++ b/src/resize.cc @@ -15,6 +15,7 @@ using v8::Local; using v8::Value; using v8::Object; using v8::Integer; +using v8::Uint32; using v8::String; using v8::Array; using v8::Function;