Commit 58d6174
authored
fix: include <sstream> in audio cell of demo notebook (#481)
The demo notebook's audio cell uses std::stringstream but does not
include <sstream>. Some toolchains failed to compile the cell as a
result. The wasm demo notebook already includes it.
Closes #480.
Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>1 parent 88a82c5 commit 58d6174
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| 361 | + | |
361 | 362 | | |
362 | 363 | | |
363 | 364 | | |
| |||
0 commit comments