diff --git a/js/src/jit/BaselineDebugModeOSR.cpp b/js/src/jit/BaselineDebugModeOSR.cpp index aec2e806785a..f780594c317f 100644 --- a/js/src/jit/BaselineDebugModeOSR.cpp +++ b/js/src/jit/BaselineDebugModeOSR.cpp @@ -9,6 +9,7 @@ #include "mozilla/DebugOnly.h" #include "jit/IonLinker.h" +#include "jit/PerfSpewer.h" #include "jit/IonFrames-inl.h" #include "vm/Stack-inl.h"