From fc4016dc583ddf3850b4b7945c1a3f5daddb73cc Mon Sep 17 00:00:00 2001 From: Jason Stallings Date: Thu, 23 Jul 2015 11:47:43 -0500 Subject: [PATCH] Include the portable snprintf. --- src/robotjs.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/robotjs.cc b/src/robotjs.cc index c2d169a1..3a9cf913 100644 --- a/src/robotjs.cc +++ b/src/robotjs.cc @@ -8,6 +8,7 @@ #include "screen.h" #include "screengrab.h" #include "MMBitmap.h" +#include "snprintf.h" using namespace v8;