Include a missing header for uint64_t

This commit is contained in:
ridiculousfish 2014-04-29 10:09:38 -07:00
parent 91aadab3dd
commit ffc23046a2

View file

@ -16,6 +16,7 @@
#include <stdarg.h>
#include <string>
#include <utility>
#include <stdint.h>
#include "common.h"
/**