diff options
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 |
