[gjs/june-maintenance: 2/3] args: Fix missing include
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/june-maintenance: 2/3] args: Fix missing include
- Date: Sat, 4 Jul 2020 19:12:04 +0000 (UTC)
commit 40f6cad423207d01ba01161f2893f681e68bfc8e
Author: Philip Chimento <philip chimento gmail com>
Date: Sat Jul 4 12:05:49 2020 -0700
args: Fix missing include
For some reason this one wasn't found by IWYU, but it is required when
analyzing the file by itself.
gjs/jsapi-util-args.h | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gjs/jsapi-util-args.h b/gjs/jsapi-util-args.h
index d04e346f..da905ac9 100644
--- a/gjs/jsapi-util-args.h
+++ b/gjs/jsapi-util-args.h
@@ -38,6 +38,7 @@
#include <js/CallArgs.h>
#include <js/Conversions.h>
#include <js/TypeDecls.h>
+#include <jsapi.h> // for JS_ClearPendingException
#include "gjs/jsapi-util.h"
#include "gjs/macros.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]