1 2 3 4 5 6 7
--- a/rogue/g_local.h +++ b/rogue/g_local.h @@ -24,3 +24,3 @@ #ifndef _WIN32 -#include <nan.h> +#include <bits/nan.h> #define min(a,b) ((a) < (b) ? (a) : (b))