input: add missing boost meson dependency

This commit is contained in:
Jacob Vosmaer 2019-12-09 23:49:55 +01:00 committed by Max Kellermann
parent 9766ac6db3
commit ef0765ca10

View File

@ -35,6 +35,9 @@ input_glue = static_library(
'BufferedInputStream.cxx',
'MaybeBufferedInputStream.cxx',
include_directories: inc,
dependencies: [
boost_dep,
],
)
input_glue_dep = declare_dependency(