[gjs/refactor-globals] Fix iwyu errors.



commit ef9a0f399403431d137f12ff2fafb772b4b72ae5
Author: Evan Welsh <noreply evanwelsh com>
Date:   Sat Jul 18 16:21:34 2020 -0500

    Fix iwyu errors.

 gjs/context-private.h | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gjs/context-private.h b/gjs/context-private.h
index 1b1e5562..c88537c0 100644
--- a/gjs/context-private.h
+++ b/gjs/context-private.h
@@ -55,6 +55,7 @@ template <class Key>
 struct DefaultHasher;
 }
 class GjsAtoms;
+class JSTracer;
 
 using JobQueueStorage =
     JS::GCVector<JS::Heap<JSObject*>, 0, js::SystemAllocPolicy>;


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