summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2020-10-04 17:25:39 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2020-10-04 17:25:39 -0700
commit8ec6c1b689f631eca36bdc8f8cc42f78d4735fab (patch)
tree73813ee156b7683a21fcdb62672c4367b652157b
parent44ad7760ad500d81caa1369968b7772a47e4e52e (diff)
downloadgjs-8ec6c1b689f631eca36bdc8f8cc42f78d4735fab.tar.gz
CI: Add workaround for IWYU bug
For details see https://github.com/include-what-you-use/include-what-you-use/issues/226
-rw-r--r--tools/gjs-private-iwyu.imp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gjs-private-iwyu.imp b/tools/gjs-private-iwyu.imp
index 65ab4ce2..decafc46 100644
--- a/tools/gjs-private-iwyu.imp
+++ b/tools/gjs-private-iwyu.imp
@@ -21,4 +21,7 @@
{"include": ["@\"sysprof-capture-.*\"", "private", "<sysprof-capture.h>", "public"]},
{"include": ["@<sysprof-capture-.*>", "private", "<sysprof-capture.h>", "public"]},
{"include": ["<X11/Xlib.h>", "private", "<cairo-xlib.h>", "public"]},
+
+ # Workaround for https://github.com/include-what-you-use/include-what-you-use/issues/226
+ {"include": ["<cstdint>", "private", "<stdint.h>", "public"]},
]