[gjs/mozjs91: 2/3] Update PCH




commit 3be762d27b9a977f11b055652fe9eee4e722b9c7
Author: Evan Welsh <contact evanwelsh com>
Date:   Fri Aug 6 19:09:52 2021 -0700

    Update PCH

 gjs/gjs_pch.hh | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/gjs/gjs_pch.hh b/gjs/gjs_pch.hh
index 60519829..755f4711 100644
--- a/gjs/gjs_pch.hh
+++ b/gjs/gjs_pch.hh
@@ -60,6 +60,7 @@
 #include <js/ComparisonOperators.h>
 #include <js/CompilationAndEvaluation.h>
 #include <js/CompileOptions.h>
+#include <js/Context.h>
 #include <js/ContextOptions.h>
 #include <js/Conversions.h>
 #include <js/ErrorReport.h>
@@ -72,6 +73,7 @@
 #include <js/HeapAPI.h>
 #include <js/Id.h>
 #include <js/Initialization.h>
+#include <js/MapAndSet.h>
 #include <js/MemoryFunctions.h>
 #include <js/Modules.h>
 #include <js/Object.h>
@@ -108,6 +110,7 @@
 #include <mozilla/HashFunctions.h>
 #include <mozilla/HashTable.h>
 #include <mozilla/Likely.h>
+#include <mozilla/Maybe.h>
 #include <mozilla/UniquePtr.h>
 #ifdef HAVE_READLINE_READLINE_H
 #include <readline/history.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]