--- seamonkey-2.53.14/js/src/jit/BaselineCacheIRCompiler.cpp.orig 2022-10-14 20:50:51.863722770 +0200 +++ seamonkey-2.53.14/js/src/jit/BaselineCacheIRCompiler.cpp 2022-10-14 20:51:08.161756698 +0200 @@ -4,6 +4,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include "jit/BaselineFrame.h" +#include "jit/BaselineIC.h" #include "jit/BaselineCacheIRCompiler.h" #include "jit/CacheIR.h"