Fix build broken by a6d20c0 - link iostreams

FileReader.cpp now uses boost::iostreams::mapped_file regardless of
USE_MMAP setting
This commit is contained in:
Bruno Postle
2025-10-24 15:35:19 +01:00
parent fc0cdfabb9
commit e1b73ef0ef
+1 -1
View File
@@ -428,7 +428,7 @@ if(WASM_BUILD)
else()
# @todo review this, shouldn't this be all possible header-only now?
# ... or rewritten using C++17 features?
set(BOOST_COMPONENTS system program_options regex thread date_time)
set(BOOST_COMPONENTS system program_options regex thread date_time iostreams)
endif()
if(USE_MMAP)