Explicit cast to uint32 required for nan 1.5.x

See rvagg/nan#229
This commit is contained in:
Lovell Fuller 2015-01-15 10:30:16 +00:00
parent 8e9a8dfede
commit c158d51f8b

View File

@ -15,6 +15,7 @@ using v8::Local;
using v8::Value; using v8::Value;
using v8::Object; using v8::Object;
using v8::Integer; using v8::Integer;
using v8::Uint32;
using v8::String; using v8::String;
using v8::Array; using v8::Array;
using v8::Function; using v8::Function;