diff --git a/js/src/jit/PerfSpewer.cpp b/js/src/jit/PerfSpewer.cpp index 61b166ca302..ce235f2c22c 100644 --- a/js/src/jit/PerfSpewer.cpp +++ b/js/src/jit/PerfSpewer.cpp @@ -6,6 +6,8 @@ #include "jit/PerfSpewer.h" +#include "mozilla/IntegerPrintfMacros.h" + #if defined(__linux__) # include #endif