summaryrefslogtreecommitdiff
path: root/contrib/bloom
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bloom')
-rw-r--r--contrib/bloom/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/bloom/meson.build b/contrib/bloom/meson.build
index 16f3b83e4d..163a93c98f 100644
--- a/contrib/bloom/meson.build
+++ b/contrib/bloom/meson.build
@@ -15,6 +15,7 @@ endif
bloom = shared_module('bloom',
bloom_sources,
+ c_pch: pch_postgres_h,
kwargs: contrib_mod_args,
)
contrib_targets += bloom