summaryrefslogtreecommitdiffstats
path: root/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/meson.build b/benchmark/meson.build
index bf32b5d..54cac3d 100644
--- a/benchmark/meson.build
+++ b/benchmark/meson.build
@@ -37,6 +37,7 @@ if glib_dep.found()
files('@0@.c'.format(benchmark)),
c_args: c_suppressions + benchmark_c_args,
dependencies: [zix_dep, glib_dep],
+ implicit_include_directories: false,
include_directories: include_dirs,
),
)