From b8ff1df2c96270c481a645947390c4cdae93e3cc Mon Sep 17 00:00:00 2001 From: Travis W Date: Thu, 27 Jun 2019 17:57:07 -0500 Subject: Add StoreBuffer-inl.h header to jsobj.cpp This should fix deprot on the Linux and Macintosh --- js/src/jsobj.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/js/src/jsobj.cpp b/js/src/jsobj.cpp index 58988739b..2364f707e 100644 --- a/js/src/jsobj.cpp +++ b/js/src/jsobj.cpp @@ -43,6 +43,7 @@ #include "frontend/BytecodeCompiler.h" #include "gc/Marking.h" #include "gc/Policy.h" +#include "gc/StoreBuffer-inl.h" #include "jit/BaselineJIT.h" #include "js/MemoryMetrics.h" #include "js/Proxy.h" -- cgit v1.2.3