Fixed compile errors on PRIx64 format
diff --git a/src/bloaty.h b/src/bloaty.h
index 1a39e5f..60a99f4 100644
--- a/src/bloaty.h
+++ b/src/bloaty.h
@@ -21,6 +21,7 @@
 
 #include <stdlib.h>
 #define __STDC_LIMIT_MACROS
+#define __STDC_FORMAT_MACROS
 #include <stdint.h>
 
 #include <memory>