summaryrefslogtreecommitdiff
path: root/modules/cairo-surface.cpp
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2020-11-23 21:55:58 -0800
committerPhilip Chimento <philip.chimento@gmail.com>2020-11-30 13:05:34 -0800
commit792a9d944fa3d2408481debccc0bec2d523d22c1 (patch)
treecff9ff5a4c21c61f486716bfd3bbe1b9fa27c0a3 /modules/cairo-surface.cpp
parent37a1c19cf16f67404aa9ccc2a3bb848ece8d86be (diff)
downloadgjs-792a9d944fa3d2408481debccc0bec2d523d22c1.tar.gz
CI: Fix bug in IWYU mapping file
Oops, we accidentally made the IWYU mapping file invalid, so the IWYU job was not functioning correctly. Move the workaround into the postprocessing script, and fix all the include fixes that have been missed in the meantime while this was broken. New code has also exposed some false positives in IWYU, so add those exceptions to the false positive list.
Diffstat (limited to 'modules/cairo-surface.cpp')
-rw-r--r--modules/cairo-surface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/cairo-surface.cpp b/modules/cairo-surface.cpp
index bd21ddf0..3d4067fb 100644
--- a/modules/cairo-surface.cpp
+++ b/modules/cairo-surface.cpp
@@ -21,6 +21,7 @@
#include "gi/arg-inl.h"
#include "gi/arg.h"
#include "gi/foreign.h"
+#include "gjs/enum-utils.h"
#include "gjs/jsapi-class.h"
#include "gjs/jsapi-util-args.h"
#include "gjs/jsapi-util.h"