Commit ef0765ca authored by Jacob Vosmaer's avatar Jacob Vosmaer Committed by Max Kellermann

input: add missing boost meson dependency

parent 9766ac6d
......@@ -35,6 +35,9 @@ input_glue = static_library(
'BufferedInputStream.cxx',
'MaybeBufferedInputStream.cxx',
include_directories: inc,
dependencies: [
boost_dep,
],
)
input_glue_dep = declare_dependency(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment