From c28a75625c663dbe2eb612b6031c3b233b518719 Mon Sep 17 00:00:00 2001 From: Brian Hackett Date: Thu, 10 Nov 2011 18:30:52 -0800 Subject: [PATCH] Add missing #include, no bug. --- js/xpconnect/src/XPCJSRuntime.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/js/xpconnect/src/XPCJSRuntime.cpp b/js/xpconnect/src/XPCJSRuntime.cpp index 272078a382f..9619fc9654a 100644 --- a/js/xpconnect/src/XPCJSRuntime.cpp +++ b/js/xpconnect/src/XPCJSRuntime.cpp @@ -48,6 +48,7 @@ #include "WrapperFactory.h" #include "dom_quickstubs.h" +#include "jscompartment.h" #include "jsgcchunk.h" #include "jsscope.h" #include "nsIMemoryReporter.h"