vm: Fix compilation on Windows. Fixes #1086.

db4
Doug Coleman 2014-07-03 13:20:08 -05:00
parent 055cacabd4
commit e558bd7d86
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include <iostream>
#include <iomanip>
#include <limits>
#include <string>
#define FACTOR_STRINGIZE_I(x) #x
#define FACTOR_STRINGIZE(x) FACTOR_STRINGIZE_I(x)