diff options
| author | Philip Chimento <philip.chimento@gmail.com> | 2020-09-19 22:14:52 -0700 |
|---|---|---|
| committer | Philip Chimento <philip.chimento@gmail.com> | 2020-09-20 12:24:08 -0700 |
| commit | 19e519aad8ffc65e39c6095575ed66ff8d257cca (patch) | |
| tree | b4de894eb11285ad471b19baf8e049a02f9dfa0f /gi/function.cpp | |
| parent | 051a841bdc72481e5f877f76316601cd8f704796 (diff) | |
| download | gjs-includes.tar.gz | |
CI: Fix IWYU includesincludes
Diffstat (limited to 'gi/function.cpp')
| -rw-r--r-- | gi/function.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gi/function.cpp b/gi/function.cpp index 4cf9039f..db6df6f9 100644 --- a/gi/function.cpp +++ b/gi/function.cpp @@ -29,6 +29,7 @@ #include <new> #include <string> +#include <type_traits> #include <ffi.h> #include <girepository.h> @@ -46,6 +47,7 @@ #include <js/RootingAPI.h> #include <js/TypeDecls.h> #include <js/Value.h> +#include <js/ValueArray.h> #include <js/Warnings.h> #include <jsapi.h> // for HandleValueArray, JS_GetElement |
