Fixed compilation error with boost

This commit is contained in:
x-00010 2021-04-25 11:33:15 +01:00
parent e48684b37e
commit acafa69663
1 changed files with 1 additions and 0 deletions

1
.vscode/tasks.json vendored
View File

@ -7,6 +7,7 @@
"args": [
"-g",
"${file}",
"-lboost_program_options",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"
],