diff --git a/src/node_report.cc b/src/node_report.cc index 35aa4ec..0848182 100644 --- a/src/node_report.cc +++ b/src/node_report.cc @@ -22,6 +22,10 @@ #else #include #include +// Get the standard printf format macros for C99 stdint types. +#ifndef __STDC_FORMAT_MACROS +#define __STDC_FORMAT_MACROS +#endif #include #include #include