]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/master.hpp
VM: Replace u8-64, s8-64, cell, fixnum with stdint.h equivalents
[factor.git] / vm / master.hpp
index ff1a758f5da91c5975c9ed1e3372166ff602b62a..419fadb2fd5698017821bfcdb4e6ab84c7e192e7 100644 (file)
@@ -20,6 +20,7 @@
 #include <string.h>
 #include <time.h>
 #include <wchar.h>
+#include <stdint.h>
 
 /* C++ headers */
 #include <algorithm>